1.0.4 • Published 6 years ago
react-animated-buttons v1.0.4
My Library
This is my new and amazing library.
Exports
replaceHashtag
| Property | Description |
|---|---|
| Type | Function |
| Parameters | a: number, b: string |
| Description | This function takes the number passed in a and returns a string passed in b with the number replacing the character # inside the string. |
Example
function_example(5, 'There are # apples!');
// Returns: There are 5 apples.Constants
| Name | Description |
|---|---|
| CONSTANT_A | Contains an important value. |
| CONSTANT_B | Contains another important value. |
| CONSTANT_C | Contains the most important value of the three. |