Skip to content

afeiship/next-parse-int

Repository files navigation

next-parse-int

The parseInt int for next.

version license size download

installation

npm install -S @jswork/next-parse-int

usage

import '@jswork/next-parse-int';

const arr = [1, '2a', '3b', '4c'];
const res = arr.map(nx.parseInt);

// [1, 2, 3, 4]

license

Code released under the MIT license.

About

The parseInt int for next.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published