UNPKG

telefunc

Version:

Remote functions. Instead of API.

4 lines (3 loc) 137 B
export { isProduction, getNodeEnv }; declare function isProduction(): boolean; declare function getNodeEnv(): null | undefined | string;