UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

11 lines (9 loc) 278 B
var defaultEncoding /* istanbul ignore next */ if (process.browser) { defaultEncoding = 'utf-8' } else { var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10) defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary' } module.exports = defaultEncoding