An open API service indexing awesome lists of open source software.

https://github.com/appleple/dom-content-loaded


https://github.com/appleple/dom-content-loaded

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# dom-content-loaded

```js
import domContentLoaded from 'dom-content-loaded';

domContentLoaded(() => {
console.log('hello world');
});
```