UNPKG

@launchdarkly/node-server-sdk

Version:
7 lines 380 B
import { platform } from '@launchdarkly/js-server-sdk-common'; export default class NodeFilesystem implements platform.Filesystem { getFileTimestamp(path: string): Promise<number>; readFile(path: string): Promise<string>; watch(path: string, callback: (eventType: string, filename: string) => void): platform.WatchHandle; } //# sourceMappingURL=NodeFilesystem.d.ts.map