@cloud-copilot/iam-lens
Version:
Visibility in IAM in and across AWS accounts
8 lines • 424 B
TypeScript
/**
* Get the path to a worker script, adjusted for the build output location.
*
* @param path the relative path to the worker script from the project src directory and with a .js extension
* @returns the absolute path to the worker script, or undefined if the worker script path does not exist
*/
export declare function getWorkerScriptPath(path: string): string | undefined;
//# sourceMappingURL=workerScript.d.ts.map