Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 728 Bytes

README_EN.md

File metadata and controls

38 lines (26 loc) · 728 Bytes

中文

Utils-Node

LICENSE LICENSE

Utils-Node

Install with npm

$ npm install @jiaminghi/utils-node

Use

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

// do something

Examples

getCmdParams

type getCmdParams = () => any