@v4fire/core
Version:
V4Fire core library
11 lines (10 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.namespaces = exports.linkNamesDictionary = void 0;
var _interface = require("../../core/async/interface");
const namespaces = Object.convertEnumToDict(_interface.Namespaces),
linkNamesDictionary = namespaces;
exports.linkNamesDictionary = linkNamesDictionary;
exports.namespaces = namespaces;