mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Update index.ts
This commit is contained in:
parent
2f3425a58a
commit
f8e0710aca
1 changed files with 5 additions and 1 deletions
|
|
@ -2,11 +2,15 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { Configuration } from "./runtime";
|
import { Configuration } from "./runtime";
|
||||||
|
import { JavaScriptRuntime } from "./node";
|
||||||
import { TRIBUFU_API_URL, TRIBUFU_VERSION } from "./constants";
|
import { TRIBUFU_API_URL, TRIBUFU_VERSION } from "./constants";
|
||||||
import { TribufuGeneratedApi } from "./apis/TribufuGeneratedApi";
|
import { TribufuGeneratedApi } from "./apis/TribufuGeneratedApi";
|
||||||
import { JavaScriptRuntime } from "./node";
|
|
||||||
|
|
||||||
|
export * from "./apis";
|
||||||
export * from "./constants";
|
export * from "./constants";
|
||||||
|
export * from "./models";
|
||||||
|
export * from "./node";
|
||||||
|
export * from "./runtime";
|
||||||
export * from "./singletion";
|
export * from "./singletion";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue