@fingerprintjs/library-template-typescript
Preparing search index...
getGreeting
Function getGreeting
getGreeting
(
name
:
string
)
:
string
Greets user with a message.
Parameters
name
:
string
Returns
string
Example: ```ts getGreeting("John"); // "Hello, John!" ```
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@fingerprintjs/library-template-typescript
Loading...
Greets user with a message.