mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* create react-devtools type * lint * fixes done after running npm run lint react-devtools
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
async function init() {
|
|
await import('react-devtools');
|
|
}
|
|
|
|
init();
|