UNPKG
brusc
Version:
latest (2.2.0)
2.2.0
2.1.0
2.1.0-beta.1
2.0.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.16
0.0.15
0.0.14
0.0.12
0.0.9
0.0.4
0.0.3
0.0.2
0.0.1
IOC Container for Effective JS development
github.com/alextremp/brusc
alextremp/brusc
brusc
/
dist
/
brusc
/
common
/
utils.js
12 lines
(9 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
stringKey
=
void
0
;
var
stringKey =
function
stringKey
(
key
) {
return
key && key.
name
|| key; };
exports
.
stringKey
= stringKey;