UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

11 lines (9 loc) 260 B
function getVersion(): string { try { // the string 'process.env.VERSION' should be replaced by actual value by @rollup/plugin-replace return process.env.VERSION!; } catch (error) { return '__dev__'; } } export const VERSION = getVersion();