UNPKG

e2ed

Version:

E2E testing framework over Playwright

9 lines (8 loc) 272 B
"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. */ function assertType(value) { }