Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 727 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 727 Bytes

ENGLISH

Utils-Node

LICENSE LICENSE

Utils-Node

npm 安装

$ npm install @jiaminghi/utils-node

使用

import { getCmdParams } from '@jiaminghi/utils-node'

// do something

示例

getCmdParams

type getCmdParams = () => any