UNPKG

253 BTypeScriptView Raw
1import type { NestedArray } from './commonTypes';
2export declare function flattenArray<T>(array: NestedArray<T>): T[];
3export declare const has: <K extends string>(key: K, x: unknown) => x is { [key in K]: unknown; };
4//# sourceMappingURL=utils.d.ts.map
\No newline at end of file