mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import * as mri from 'mri';
|
|
|
|
const first = mri(['--foo', 'bar']);
|
|
|
|
const second = mri(['--foo', 'bar'], {
|
|
default: { foo: true, baz: 'hello', bat: 42 }
|
|
});
|