UNPKG

roarr

Version:

JSON logger for Node.js and browser.

6 lines (5 loc) 141 B
export const isTruthy = (value: string) => { return ['true', 't', 'yes', 'y', 'on', '1'].includes( value.trim().toLowerCase(), ); };