Buckets:
| ; | |
| const AssertError = require('./error'); | |
| const internals = {}; | |
| module.exports = function (condition, ...args) { | |
| if (condition) { | |
| return; | |
| } | |
| if (args.length === 1 && | |
| args[0] instanceof Error) { | |
| throw args[0]; | |
| } | |
| throw new AssertError(args); | |
| }; | |
Xet Storage Details
- Size:
- 307 Bytes
- Xet hash:
- 413c09ee9864a721548661650b149bc05a3d391c6520cd80d97db59ef4cc495e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.