tiny-invariant.d.ts 105 Bytes
export default function invariant(condition: any, message?: string | (() => string)): asserts condition;