UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

9 lines (8 loc) 242 B
import * as A from 'fp-ts/lib/Array'; import * as O from 'fp-ts/lib/Option'; export declare class Tool { static defer<T>(): any; static A: typeof A; static O: typeof O; static pipe: typeof import("fp-ts/lib/function").pipe; }