1.0.4 • Published 4 years ago

react-animated-buttons v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

My Library

Commitizen friendly

This is my new and amazing library.

Exports

replaceHashtag

PropertyDescription
TypeFunction
Parametersa: number, b: string
DescriptionThis 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

NameDescription
CONSTANT_AContains an important value.
CONSTANT_BContains another important value.
CONSTANT_CContains the most important value of the three.