UNPKG
@impler/client
Version:
latest (1.3.0)
1.3.0
1.0.0
0.29.0
0.28.0
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.27.0
0.26.1
0.26.0
0.25.1
0.25.0
0.24.1
API client to be used in end user environments
github.com/implerhq/impler.io
implerhq/impler.io
@impler/client
/
dist
/
utils
/
logger.js
9 lines
(8 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
logError
=
void
0
;
const
config_1 =
require
(
"../config"
);
const
logError
= (
key
) => {
console
.
error
(config_1.
TEXTS
[key]); };
exports
.
logError
= logError;