All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.FetchHelper.d.ts Maven / Gradle / Ivy

declare const fetchTextOnce: (url: string) => Promise;
declare const fetchJsonOnce: (url: string) => Promise;
export { fetchTextOnce, fetchJsonOnce };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy