mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import * as assert from 'assert-plus';
|
|
|
|
const arr = ['one', 'two'];
|
|
|
|
assert.array(arr, '');
|