/** * Utilities for working with typescript types */ /** * Assert U is assignable to T. */ export type Assert = U; //# sourceMappingURL=type-utils.d.ts.map