UNPKG
ut1l
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
Utility stuff
github.com/hhelwich/ut1l
hhelwich/ut1l
ut1l
/
index.js
13 lines
(10 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
var
index;
module
.
exports
= index = {
create
: {
object
:
require
(
"./create/object"
),
throwable
:
require
(
"./create/throwable"
) } };
if
(
typeof
window
!==
"undefined"
&&
window
!==
null
) {
window
.
ut1l
= index; }