1
Fork 0
today/source/types.d.ts

7 lines
132 B
TypeScript

// Export something so TypeScript doesn't see this file as an ambient module.
export {};
declare global {
const $dev: boolean;
}