Files
DefinitelyTyped/assert-plus/assert-plus-tests.ts
T

6 lines
84 B
TypeScript

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