UNPKG

@atcute/car

Version:

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

8 lines (7 loc) 165 B
export const assert: { (condition: boolean, message: string): asserts condition; } = (condition, message) => { if (!condition) { throw new Error(message); } };