UNPKG

is-any-type

Version:

is-any-type simple functionality alternative to check data type references such as typeof and instanceof

6 lines (5 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = void 0; const type_1 = require("./type"); exports.assert = new type_1.Type();