UNPKG

@extra-array/is

Version:
9 lines (8 loc) 178 B
declare module "@extra-array/is" { /** * Checks if value is array. * @param v value */ declare function is(v: any): v is any[]; export = is; //# sourceMappingURL=is.d.ts.map}