$ npm install @jiaminghi/utils-node
import { getCmdParams } from '@jiaminghi/utils-node'
// do something
type getCmdParams = () => any
$ npm install @jiaminghi/utils-node
import { getCmdParams } from '@jiaminghi/utils-node'
// do something
type getCmdParams = () => any