UNPKG

iter-tools-es

Version:
2 lines 85 B
declare function notArray<T>(value: T | Array<any>): value is T; export { notArray };