UNPKG
makima-ts
Version:
latest (1.0.0-alpha.4)
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Typescript SDK for Makima.
makima-ts
/
dist
/
index.js
6 lines
(5 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Makima
=
void
0
;
var
makima_1 =
require
(
"./makima"
);
Object
.
defineProperty
(
exports
,
"Makima"
, {
enumerable
:
true
,
get
:
function
(
) {
return
makima_1.
Makima
; } });