UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

11 lines (8 loc) 237 B
declare const process: { env: { // eslint-disable-next-line @typescript-eslint/naming-convention NODE_ENV?: string; }; }; export const isProd = process.env.NODE_ENV === 'production'; export {isProd as skipAssertJSONValue};