Files
conference-room-booking-system/frontend/node_modules/memfs/lib/node/util.d.ts

3 lines
180 B
TypeScript
Raw Normal View History

import type { FsCallbackApi } from './types';
export declare function promisify(fs: FsCallbackApi, fn: string, getResult?: (result: any) => any): (...args: any[]) => Promise<any>;