UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

11 lines (8 loc) 219 B
import { toBoolean } from './chunk-FYOM22JR.mjs'; import { envShims } from './chunk-UIBCAP7L.mjs'; import './chunk-NYLAFCGV.mjs'; // src/isCI.ts function isCI() { return toBoolean(envShims().CI); } export { isCI };