UNPKG
@jcamacaro96/utils
Version:
latest (0.4.11)
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.3.0
0.2.5
0.2.4
0.1.4
0.1.3
0.1.2
0.1.1
QR Commerce utils
github.com/Camacaro/qr-commerce-utils
@jcamacaro96/utils
/
dist
/
app.example.js
6 lines
(5 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
_1 =
require
(
"."
);
const
response = _1.
cleanCharacters
(
'áéíóú'
);
console
.
log
(response);