3 lines
224 B
TypeScript
3 lines
224 B
TypeScript
import type { Operation } from "../core/index.js";
|
|
export declare const selectURI: (operation: Operation, fallbackURI?: string | ((operation: Operation) => string) | undefined) => any;
|
|
//# sourceMappingURL=selectURI.d.ts.map
|