UNPKG

ts-asserts

Version:

The package for assert data in typescript.

7 lines (6 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Asserts = void 0; const asserts_1 = require("./asserts"); const not_proxy_1 = require("./proxyes/not.proxy"); exports.Asserts = Object.assign(Object.assign({}, asserts_1.AllAssertions), { Not: not_proxy_1.Not });