@speechify/api-sdk
Version:
Official Speechify AI API SDK
8 lines (6 loc) • 302 B
text/typescript
// NB! During build, this module is removed from the dist folders and replaced
// with the variant returning the static version read from package.json
// at _build_ time. Refer to `scripts/build.sh`
// @ts-nocheck
import packageJson from "../package.json";
export const VERSION = packageJson.version;