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

9 lines
329 B
TypeScript

export * from './constants';
export * from './types';
export * from './lib';
export * from './lib/oa/types';
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;