DefinitelyTyped/types/react-devtools/react-devtools-tests.ts
Paulo Andrade d67df5565a add @types/react-devtools (#37269)
* create react-devtools type

* lint

* fixes

done after running npm run lint react-devtools
2019-08-01 16:46:42 -07:00

6 lines
71 B
TypeScript

async function init() {
await import('react-devtools');
}
init();