shared.js 108 Bytes Raw Blame History Permalink 1 2 3 4 5 // @ts-check export const env = { DEBUG: process.env.DEBUG !== undefined && process.env.DEBUG !== '0', }