1.1.2 • Published 4 years ago

jsmp-infra-decorator v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Array String Hepler

NPM installation

\$ npm install jsmp-infra-array-string-helper

Usage

const { jsmp } = require("jsmp-infra-array-string-helper");
jsmp.upper("String to be upper case", 2);

Scripts

  • compile - compiles files to lib directory

  • clean - removes compiled lib directory

  • test - compiles files and runs tests

  • test:dev - watches files and runs tests

Options

  • jsmp.filterByType()

    • options:
      • array
      • type
  • jsmp.upper()

    • options:
      • string
      • type
  • jsmp.lower()

    • options:
      • string
      • type
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago