mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 19:56:31 +00:00
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import {GlobalConfigInstance} from './lib/config';
|
|
|
|
export * from './lib/core';
|
|
export * from './clients/all';
|
|
export var config: GlobalConfigInstance
|
|
|
|
export as namespace Jibo;
|