UNPKG

@atcute/car

Version:

lightweight DASL CAR (content-addressable archives) codec for AT Protocol.

6 lines 146 B
export const assert = (condition, message) => { if (!condition) { throw new Error(message); } }; //# sourceMappingURL=utils.js.map