UNPKG

102 BTypeScriptView Raw
1declare function ArrayCreate(length: number, proto?: object | null): unknown[];
2export = ArrayCreate;