@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
16 lines (13 loc) • 297 B
text/typescript
// ets_tracing: off
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"