stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
17
node_modules/mathjax-full/js/input/tex/braket/BraketConfiguration.js
generated
vendored
Normal file
17
node_modules/mathjax-full/js/input/tex/braket/BraketConfiguration.js
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
"use strict";
|
||||
var _a;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.BraketConfiguration = void 0;
|
||||
var Configuration_js_1 = require("../Configuration.js");
|
||||
var BraketItems_js_1 = require("./BraketItems.js");
|
||||
require("./BraketMappings.js");
|
||||
exports.BraketConfiguration = Configuration_js_1.Configuration.create('braket', {
|
||||
handler: {
|
||||
character: ['Braket-characters'],
|
||||
macro: ['Braket-macros']
|
||||
},
|
||||
items: (_a = {},
|
||||
_a[BraketItems_js_1.BraketItem.prototype.kind] = BraketItems_js_1.BraketItem,
|
||||
_a)
|
||||
});
|
||||
//# sourceMappingURL=BraketConfiguration.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue