@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
13 lines • 319 B
TypeScript
import "../Operator/index.js";
/**
* Core exports
*/
export * from "./bindAll.js";
export * from "./core.js";
export * from "./derive.js";
export * from "./do.js";
export * from "./excl-forEach.js";
export * from "./has.js";
export * from "./struct.js";
export * from "./tuple.js";
//# sourceMappingURL=index.d.ts.map