tiny-invariant.d.ts 88 Bytes Raw Blame History Permalink 1 export default function invariant(condition: any, message?: string): asserts condition;