mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-01 06:27:28 +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();
|