Files
Ceras/themes/ceras/node_modules/rxjs/util/isArray.d.ts
T
2023-07-12 16:31:19 +01:00

2 lines
58 B
TypeScript
Executable File

export declare const isArray: (arg: any) => arg is any[];