mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Export types
This commit is contained in:
parent
864b46c4a2
commit
3bc568dcb4
1 changed files with 8 additions and 8 deletions
16
src/index.ts
16
src/index.ts
|
|
@ -1,14 +1,6 @@
|
||||||
// Copyright (c) Tribufu. All Rights Reserved.
|
// Copyright (c) Tribufu. All Rights Reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import "./api/api.base";
|
|
||||||
import "./api/api.generated";
|
|
||||||
import "./api/api.include";
|
|
||||||
import "./api/index";
|
|
||||||
import "./api/singletion";
|
|
||||||
import "./http/headers";
|
|
||||||
import "./node";
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
TRIBUFU_API_URL,
|
TRIBUFU_API_URL,
|
||||||
TRIBUFU_CDN_URL,
|
TRIBUFU_CDN_URL,
|
||||||
|
|
@ -29,3 +21,11 @@ export {
|
||||||
TribufuApiOptions,
|
TribufuApiOptions,
|
||||||
TribufuApiSingleton,
|
TribufuApiSingleton,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export * from "./api/api.base";
|
||||||
|
export * from "./api/api.generated";
|
||||||
|
export * from "./api/api.include";
|
||||||
|
export * from "./api/index";
|
||||||
|
export * from "./api/singletion";
|
||||||
|
export * from "./http/headers";
|
||||||
|
export * from "./node";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue