UNPKG

341 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.
5 * @param expectTrue - True if the passed in type argument resolved to true.
6 */
7function assert(expectTrue) {
8}
9exports.assert = assert;