UNPKG

207 BTypeScriptView Raw
1declare function CreateListFromArrayLike<T>(
2 obj: ArrayLike<T>,
3 types?: Array<"Undefined" | "Null" | "Boolean" | "String" | "Symbol" | "Number" | "Object">,
4): T[];
5export = CreateListFromArrayLike;