UNPKG

telefunc

Version:

Remote functions. Instead of API.

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