1.2.0 • Published 1 year ago
@nick12003/utils v1.2.0
utils
a simple typescript library without any dependency lib
usage
install
npm install @nick12003/utils
# or
yarn add @nick12003/utils
# or
pnpm add @nick12003/utils
import
// import common functions
import { ... } from '@nick12003/utils';
// import regex functions
import { ... } from '@nick12003/utils/regexHelpers';