UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

11 lines (7 loc) 189 B
'use strict' /* eslint-disable object-shorthand */ function isTrue (str) { str = String(str).toLowerCase() return str === 'true' || str === '1' } module.exports = { isTrue: isTrue }