9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
|
||
|
|
const anchorKey = Symbol("anchor");
|
||
|
|
|
||
|
|
exports.anchorKey = anchorKey;
|
||
|
|
//# sourceMappingURL=constants.js.map
|