JavaScript Libraries
A collection of Libraries published to npm
String Library
To use this library, run the following command in your project folder:
npm install @annapawl/string_library --save
Then add this to your index.js file
require('@annapawl/src/string_library')
Math Library
To use this library, run the following command in your project folder:
npm install @annapawl/math_library --save
Then add this to your index.js file
require('@annapawl/src/math_library')
Date Library
To use this library, run the following command in your project folder:
npm install @annapawl/date_library --save
Then add this to your index.js file
require('@annapawl/src/date_library')
API Library
To use this library, run the following command in your project folder:
npm install @annapawl/api_library --save
Then add this to your index.js file
require('@annapawl/src/api_library')