UNPKG

pulumi-bunnynet

Version:

A Pulumi provider for managing Bunny.net CDN and edge computing resources, dynamically bridged from the Terraform Bunnynet provider with support for pull zones, storage, DNS, compute containers, and video streaming.

6 lines 379 B
export declare function getEnv(...vars: string[]): string | undefined; export declare function getEnvBoolean(...vars: string[]): boolean | undefined; export declare function getEnvNumber(...vars: string[]): number | undefined; export declare function getVersion(): string; export declare function getPackage(): Promise<string | undefined>; //# sourceMappingURL=utilities.d.ts.map