9 lines
251 B
TypeScript
9 lines
251 B
TypeScript
import type * as access from "./access";
|
|
export type { access };
|
|
import type * as proxy from "./proxy";
|
|
export type { proxy };
|
|
import type * as token from "./token";
|
|
export type { token };
|
|
import type * as utils from "./utils";
|
|
export type { utils };
|