UNPKG

@effect-ts/system

Version:

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

6 lines 198 B
export declare class Stack<A> { readonly value: A; readonly previous?: Stack<A> | undefined; constructor(value: A, previous?: Stack<A> | undefined); } //# sourceMappingURL=index.d.ts.map