@serwist/next
Version:
A module that integrates Serwist into your Next.js application.
7 lines • 351 B
TypeScript
export { findFirstTruthy } from "./find-first-truthy.js";
export { getContentHash } from "./get-content-hash.js";
export { getFileHash } from "./get-file-hash.js";
export { getPackageVersion } from "./get-package-version.js";
export { loadTSConfig } from "./load-tsconfig.js";
export * as logger from "./logger.js";
//# sourceMappingURL=index.d.ts.map