UNPKG

@nodesecure/flags

Version:
7 lines 299 B
import { Readable } from "node:stream"; /** * @description lazy read a flag file by getting a Node.js Readable Stream */ export declare function lazyFetchFlagFile(name: string): Readable; export declare function eagerFetchFlagFile(name: string): Promise<string>; //# sourceMappingURL=node.d.ts.map