mono/packages/discourse/dist/index.d.ts
2025-12-30 20:21:59 +01:00

9 lines
347 B
TypeScript

export * from './constants.js';
export * from './types.js';
export * from './lib/index.js';
export * from './lib/oa/types.js';
export { Logger } from 'tslog';
export declare const logger: any;
import { IObjectLiteral } from "@polymech/core";
export declare const substitute: (alt: boolean, template: string, vars?: IObjectLiteral) => any;