0.0.4 • Published 2 years ago

@a0znpm/feutils v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

feUtils

The utils of Front-End

Install

  npm i @a0znpm/feutils -D

Example

 // no tree-saking ??? TODO
 import {luhnCheck} from '@a0nznpm/feutils'
 luhnCheck()
 import luhnCheck from '@a0nznpm/feutils/src/luhnCheck'
 luhnCheck()
 // no tree-saking ??? TODO
 const {luhnCheck} = '@a0nznpm/feutils'
 luhnCheck()

Q&A

reference

License

MIT

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago