UNPKG

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