UNPKG
wog
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
1.2.0
1.1.1
1.1.0
Just a wittle wogger with no dependencies
github.com/Phara0h/wog
Phara0h/wog
wog
/
index.mjs
5 lines
•
188 B
JavaScript
View Raw
1
2
3
4
5
import
{ createRequire }
from
'module'
;
const
require
=
createRequire
(
import
.
meta
.
url
);
const
createWog =
require
(
'./index.js'
);
export
default
createWog;
export
const
Wog
= createWog.
Wog
;