UNPKG
rastreio
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
saiba onde estão suas encomendas
github.com/marcosisocram/rastreio
marcosisocram/rastreio
rastreio
/
app
/
lib
/
formato
/
json.js
9 lines
(8 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
json
= json;
function
json
(
jsObj
) {
return
JSON
.
stringify
(jsObj.
return
,
null
,
2
); }