UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

9 lines (8 loc) 167 B
// ets_tracing: off export function Int(n) { if (!Number.isInteger(n)) { throw new Error("not an integer"); } return n; } //# sourceMappingURL=index.mjs.map