"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assertType = assertType;
/**
* Asserts at the type level that a value has the specified type.
* This function does not perform any checks at runtime.
*/functionassertType(value) { }