UNPKG

@atcute/car

Version:

lightweight DASL CAR and atproto repository decoder for AT Protocol.

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