Skip to content

Instantly share code, notes, and snippets.

@deguchi
Last active April 13, 2023 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deguchi/52b3590818fe90b062264acc87637299 to your computer and use it in GitHub Desktop.
Save deguchi/52b3590818fe90b062264acc87637299 to your computer and use it in GitHub Desktop.
TypeScript Window
interface Window {
isbn: string
systemNames: any
}
declare var window: Window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment