UNPKG

81 BTypeScriptView Raw
1export = isarray;
2
3declare function isarray(value: unknown): value is unknown[];