UNPKG

timing-functions

Version:

Set of universal utility functions around timing and scheduling in JavaScript

9 lines (7 loc) 166 B
let env = 'node'; if (typeof importScripts !== 'undefined') { env = 'worker'; } else if (typeof window !== 'undefined') { env = 'browser'; } export default env;