UNPKG

pulumi-namecheap

Version:

A Pulumi provider for managing Namecheap domain records and DNS configuration, dynamically bridged from the Terraform Namecheap provider with support for A, AAAA, CNAME, MX, TXT records and email services.

8 lines 386 B
export { DomainRecordsArgs, DomainRecordsState } from "./domainRecords"; export type DomainRecords = import("./domainRecords").DomainRecords; export declare const DomainRecords: typeof import("./domainRecords").DomainRecords; export * from "./provider"; import * as config from "./config"; import * as types from "./types"; export { config, types, }; //# sourceMappingURL=index.d.ts.map