UNPKG

file-cms

Version:

File based Content Management System, easy to use with content stored in native file system

4 lines (3 loc) 189 B
/// <reference types="node" /> import { readFile } from "fs/promises"; export declare const getFile: (path: string, options?: Parameters<typeof readFile>["1"]) => Promise<string | Buffer>;