UNPKG

100 BTypeScriptView Raw
1declare function IsConcatSpreadable(O: object): O is ConcatArray<any>;
2export = IsConcatSpreadable;