tiny-invariant.d.ts 105 B

1
  1. export default function invariant(condition: any, message?: string | (() => string)): asserts condition;