UNPKG

@playform/inline

Version:
26 lines (25 loc) 1.06 kB
/** * @module Option * */ declare const _default: { File: string; Cache: { Search: string; Folder: string; }; Path: string; Logger: 2; Action: { Accomplished: false; Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>; Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>; Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>; Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>; Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>; }; Exclude: false; Beasties: import("../Interface/Beasties.js").default; }; export default _default;