UNPKG

web-signature

Version:

Primitive and fast framework for rendering web interfaces

13 lines (11 loc) 148 B
declare global { interface Window { SIGNATURE: { DEV_MODE: boolean; } } } window.SIGNATURE = { DEV_MODE: false }; export {};