diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-07 14:33:39 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-07 14:33:39 -0500 |
| commit | 3db477fd1711e9e8aecf445f04b191fb558ccecd (patch) | |
| tree | f999aaa90fd6afb2984a94ce9a97497797f7c852 /src/typings | |
| parent | 4b4c85d0dd299375b8743d2760218d08be968317 (diff) | |
repl improvements, additional logging, removed duplicate arg pattern conflict for set
Diffstat (limited to 'src/typings')
| -rw-r--r-- | src/typings/index.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts index 887f96734..cc68e8a4d 100644 --- a/src/typings/index.d.ts +++ b/src/typings/index.d.ts @@ -4,6 +4,7 @@ declare module 'googlephotos'; declare module 'react-image-lightbox-with-rotate'; declare module 'kill-port'; declare module 'ipc-event-emitter'; +declare module 'cors'; declare module '@react-pdf/renderer' { import * as React from 'react'; |
