1.0.1 • Published 1 year ago
@a0znpm/feutils v1.0.1
feUtils
The utils of Front-End
Install
npm i @a0znpm/feutils -DExample
// 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()