securityos/node_modules/axobject-query/lib/etc/objects/RubyRole.js

17 lines
286 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var RubyRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'ruby'
}
}],
type: 'structure'
};
var _default = RubyRole;
exports.default = _default;