UNPKG

lemon-core

Version:
11 lines (10 loc) 439 B
import { LemonEngine } from './types'; export declare const $engine: LemonEngine; export declare const $U: import("./utilities").Utilities; export declare const _log: import("./types").GeneralFuntion; export declare const _inf: import("./types").GeneralFuntion; export declare const _err: import("./types").GeneralFuntion; export * from './types'; export * from './engine'; export { buildEngine } from './builder'; export default $engine;