UNPKG

@textlint/kernel

Version:
9 lines 285 B
/** * Test if condition is truthy. * @param {any} expression to be evaluated * @param {string} error message to be shown * @returns {void} * @throws */ export declare function invariant(condition: any, message?: string): asserts condition; //# sourceMappingURL=invariant.d.ts.map