Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 578 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 578 Bytes

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