@remcostoeten/fync
Version:
A unified TypeScript library for easy access to popular APIs (GitHub, Spotify, GitLab, etc.)
12 lines • 399 B
JavaScript
export * from "./cache";
export * from "./errors/exports";
export * from "./http";
export * from "./response";
export * from "./types";
/**
* Package version - should be updated via build script or CI/CD
* TODO: Consider using a build-time replacement or dynamic import
*/
export const version = "3.4.0";
export const userAgent = `@remcostoeten/fync/${version}`;
//# sourceMappingURL=index.js.map