UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
es
/
string
/
fixed.js
5 lines
(3 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
require
(
'../../modules/es.string.fixed'
);
var
entryUnbind =
require
(
'../../internals/entry-unbind'
);
module
.
exports
=
entryUnbind
(
'String'
,
'fixed'
);