UNPKG

178 BTypeScriptView Raw
1declare module "@extra-array/is" {
2/**
3 * Checks if value is array.
4 * @param v value
5 */
6declare function is(v: any): v is any[];
7export = is;
8//# sourceMappingURL=is.d.ts.map}