wrangler-action/dist/index.d.ts
Maximo Guk a099e40c73
test
2024-11-05 14:47:01 -06:00

6 lines
378 B
TypeScript

declare function installWrangler(): Promise<void>;
declare function authenticationSetup(): void;
declare function execCommands(commands: string[], cmdType: string): Promise<void>;
declare function uploadSecrets(): Promise<void>;
declare function wranglerCommands(): Promise<void>;
export { authenticationSetup, execCommands, installWrangler, uploadSecrets, wranglerCommands, };