https://github.com/appleple/dom-content-loaded
https://github.com/appleple/dom-content-loaded
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appleple/dom-content-loaded
- Owner: appleple
- License: mit
- Created: 2019-08-09T02:50:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T08:24:54.000Z (over 6 years ago)
- Last Synced: 2025-02-26T19:39:22.035Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dom-content-loaded
```js
import domContentLoaded from 'dom-content-loaded';
domContentLoaded(() => {
console.log('hello world');
});
```