Create index.js

This commit is contained in:
Caracal.js 2022-02-23 19:46:25 -05:00 committed by GitHub
parent 0dc0145ff0
commit c8082b7480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
index.js Normal file
View file

@ -0,0 +1,3 @@
(async() => {
await import('./index.mjs');
})();