deno.land / x / froebel@v0.23.2 / except.ts

نووسراو ببینە
1
2
3
4
5
6
export const assert = (condition: unknown, message?: string, type = Error) => { if (!(typeof condition === "function" ? condition() : condition)) { throw new type(message); }};
froebel

Version Info

Tagged at
a year ago