UNPKG
jsmp-infra-there-is-nothing-to-complain-about
Version:
latest (1.2.40)
1.2.40
1.2.39
1.2.38
1.2.37
1.2.36
1.2.35
1.2.34
Awesome two-function library with excess dependency
jsmp-infra-there-is-nothing-to-complain-about
/
dist
/
main.js
14 lines
(10 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
_array =
require
(
'./array.js'
);
var
_string =
require
(
'./string.js'
);
module
.
exports
= {
arr
: _array.
PotatoArray
,
str
: _string.
PomodoroString
};