1.0.6 • Published 5 years ago

params-utils v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

params-utils

Utils to handle params

Getting Started

Install

npm install params-utils --save

Usage Example

  • Node.js
const trimParam = require('params-utils').trimParam
const result = trimParam(' ,1234, ', [' ', ',']) // 1234
  • Browser
import { trimParam } from 'params-utils'
const result = trimParam(' ,1234, ', [' ', ',']) // 1234
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