sveltekit-demo / src /lib /types.d.ts
julien-c's picture
julien-c HF staff
npm init svelte@next (w/o the README)
9d177b4 verified
raw
history blame
157 Bytes
/**
* Can be made globally available by placing this
* inside `global.d.ts` and removing `export` keyword
*/
export interface Locals {
userid: string;
}