0.1.0 • Published 5 years ago
@jiaminghi/utils-node v0.1.0
Utils-Node
npm 安装
$ npm install @jiaminghi/utils-node
使用
import { getCmdParams } from '@jiaminghi/utils-node'
// do something
getCmdParams
type getNodeParams = () => any
$ npm install @jiaminghi/utils-node
import { getCmdParams } from '@jiaminghi/utils-node'
// do something
type getNodeParams = () => any