osr-mono/packages/osr-mail/index.d.ts
2025-01-31 14:45:54 +01:00

7 lines
294 B
TypeScript

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