UNPKG

@leordev-web5/api

Version:

SDK for accessing the features and capabilities of Web5

8 lines 244 B
/** * Dynamically selects up to 2 DWN endpoints that are provided * by default during the Tech Preview period. * * @beta */ export declare function getTechPreviewDwnEndpoints(): Promise<string[]>; //# sourceMappingURL=tech-preview.d.ts.map