1.0.8 • Published 3 years ago

strconcatfunctions v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

How to use String Concatination Function:

  1. npm i --save-dev @types/node - if not available.

  2. "typeRoots": "../node_modules/@types" - add this line to tsconfig.jos if not available.

  3. npm i strconcatfunctions - your concatenate string library

  4. declare var require: any - if not availabe

  5. const conStr = require('strconcatfunctions'); - call library.

  6. let resultConcat = conStr.create('value or string', 'separator'); call the function with parameter.

ex. console.log(conStr.create('firstString', ','));

Thank you for using this library. radumix.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago