UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

5 lines (3 loc) 189 B
export const NULL_BODY_STATUS = [101, 103, 204, 205, 304]; // eslint-disable-next-line n/prefer-global/process export const IN_WEBCONTAINER = !!globalThis.process?.versions?.webcontainer;