yunzai-micro-plugin
Version:
Yunzai开发管理面板
14 lines (13 loc) • 691 B
TypeScript
import formatDuration from './formatDuration.js';
import common from './common.js';
import Pager from './pager.js';
import Stdlog from './stdlog.js';
import { autowired } from './injection.js';
import { getAllWebAddress } from './ipAddress.js';
import { getLoader } from "./getLoader.js";
declare function path2URI(path?: string): string;
declare function sleep(ms: number): Promise<any>;
declare function execSync(cmd: string): Promise<unknown>;
declare function makeMd5(data: string | Buffer): string;
declare function isPrivateIP(ip: any): boolean;
export { Pager, common, Stdlog, path2URI, isPrivateIP, formatDuration, sleep, makeMd5, getLoader, execSync, autowired, getAllWebAddress };