Last active
October 29, 2018 16:52
-
-
Save ryoldash/85f8bcdbecf75ed86fce3d6803301409 to your computer and use it in GitHub Desktop.
Customize webpack configuration of React App created with Create-react-app
This file contains hidden or 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
| declare namespace legacyLib { | |
| let pageLoadTime: Date; | |
| function authorize(): void; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment