UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

5 lines (4 loc) 289 B
import { readFile as fsReadFile } from "fs/promises"; export declare let _pkgCache: Record<string, any> | undefined; export declare const hasPkgScript: (projectRootDir: string, script: string, readFile?: typeof fsReadFile) => Promise<any>; export declare const _resetPkgCache: () => void;