DefinitelyTyped/assert-plus/assert-plus-tests.ts
2016-12-27 04:29:49 +02:00

6 lines
84 B
TypeScript

import * as lib from 'assert-plus';
let arr = ['one', 'two'];
lib.array(arr, '');