UNPKG

117 BTypeScriptView Raw
1declare function ObjectCreate(proto: object | null, internalSlotsList?: readonly []): object;
2export = ObjectCreate;