1.0.6 • Published 4 years ago

params-utils v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago