UNPKG

@the-little-books/little

Version:

9 lines (8 loc) 205 B
import * as Env from "../env"; import * as Node from "../node"; export declare function init(the: { book: string; module?: string; nodes: Array<Node.Node>; loader: Env.Loader; }): Env.Env;