mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 10:48:26 -04:00
3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
|
|
import type { FsCallbackApi } from './types';
|
||
|
|
export declare function promisify(fs: FsCallbackApi, fn: string, getResult?: (result: any) => any): (...args: any[]) => Promise<any>;
|