full site update
This commit is contained in:
9
node_modules/fdir/dist/builder/api-builder.d.ts
generated
vendored
Normal file
9
node_modules/fdir/dist/builder/api-builder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Options, Output, ResultCallback } from "../types";
|
||||
export declare class APIBuilder<TReturnType extends Output> {
|
||||
private readonly root;
|
||||
private readonly options;
|
||||
constructor(root: string, options: Options);
|
||||
withPromise(): Promise<TReturnType>;
|
||||
withCallback(cb: ResultCallback<TReturnType>): void;
|
||||
sync(): TReturnType;
|
||||
}
|
Reference in New Issue
Block a user