6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
Object.defineProperty(exports, STRING_KEY, {
|
|
get: function () {
|
|
return KEY;
|
|
}
|
|
});
|