mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
export declare function isNonEmptyArray<T>(value?: ArrayLike<T>): value is Array<T>;
|
|
//# sourceMappingURL=arrays.d.ts.map
|