UNPKG
ngx-mathquill
Version:
latest (2.1.5)
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
A thin typescript wrapper around mathquill
joaofogoncalves/ngx-mathquill
ngx-mathquill
/
dist
/
test.js
7 lines
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
index_1 =
require
(
"./index"
); index_1.
MathQuillLoader
.
loadMathQuill
(
function
(
mathquill
) {
console
.
log
(mathquill); });
//# sourceMappingURL=test.js.map