UNPKG

korefile

Version:

File System API for Local/GitHub.

6 lines (5 loc) 208 B
import { KoreFileAdaptor } from "./KoreFileAdaptor"; export interface FsAdaptorOptions { cwd?: string; } export declare const createFsAdaptor: (options?: FsAdaptorOptions | undefined) => KoreFileAdaptor;