UNPKG

liquor-tree-withoutdragndrop

Version:
6 lines (5 loc) 110 B
export default function assert (truth, message) { if (truth === false) { throw new Error(message) } }