Created
December 11, 2018 16:27
-
-
Save hvoecking/8a461b62b8346448a6b1dad56f78d21a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface RequireContext { | |
keys(): string[]; | |
(id: string): {}; | |
} | |
interface RequireFunction { | |
context: (path: string, deep?: boolean, filter?: RegExp) => RequireContext; | |
} | |
declare var require: RequireFunction; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Спасибо!! за подсказку!! Помогло