global.ts 105 B

123
  1. import Xss from '~/services/xss';
  2. export type CustomWindow = Window & typeof globalThis & { xss: Xss };