@botonic/core
Version:
Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.
8 lines (7 loc) • 319 B
TypeScript
export declare function isFunction(o: any): boolean;
export declare function cloneObject(object: any): any;
export declare const params2queryString: (params: {
[key: string]: string;
}) => string;
export declare const join: (...segments: string[]) => string;
export declare const dirname: (path: string) => string;