UNPKG
yyy-pckg-1
Version:
latest (1.0.2)
1.0.2
1.0.1
yyy-pckg-1
/
index.js
3 lines
(2 loc)
•
72 B
JavaScript
View Raw
1
2
3
const
leftPad =
require
(
'left-pad'
)
export
default
leftPad
(
'foo'
,
5
);