UNPKG

succulent

Version:

Powerful and easy runtime type checking

12 lines 441 B
/* eslint-disable */ export function assertType(x) { } /** * This should always be an error (hence the ts-expect-error), and * is put here to make sure this is always true whenever assertType * is imported. Because assertType is a noop, the type error isn't * actually dangerous. */ // @ts-expect-error - This call is a no-op, just makes sure the type // signatures are set up correctly assertType({}); //# sourceMappingURL=_util.js.map