@forklaunch/universal-sdk
Version:
Cross runtime fetch library for forklaunch router sdks
9 lines • 375 B
TypeScript
/**
* Extracts the SDK path from the given path.
*
* @param {string | RegExp | (string | RegExp)[]} path - The provided path.
* @returns {string} - The extracted SDK path.
* @throws {Error} - Throws an error if the path is not defined.
*/
export declare function getSdkPath(path: string | RegExp | (string | RegExp)[]): string;
//# sourceMappingURL=resolvePath.d.ts.map