Buckets:
| export function createErrorClass(createImpl) { | |
| const _super = (instance) => { | |
| Error.call(instance); | |
| instance.stack = new Error().stack; | |
| }; | |
| const ctorFunc = createImpl(_super); | |
| ctorFunc.prototype = Object.create(Error.prototype); | |
| ctorFunc.prototype.constructor = ctorFunc; | |
| return ctorFunc; | |
| } | |
| //# sourceMappingURL=createErrorClass.js.map |
Xet Storage Details
- Size:
- 375 Bytes
- Xet hash:
- ed6ef57aa52f5b2b595bc9a07ae0896e1d9e1266fed06dd2dc0f413a383ffec8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.