UNPKG

rokot-notification

Version:

Rokot - [Rocketmakers](http://www.rocketmakers.com/) TypeScript NodeJs Platform

7 lines (6 loc) 289 B
import 'reflect-metadata'; import { ITemplateProcessor, ITemplateProcessorProviderFunction } from "../templates/core"; export declare class Templates { set<T>(proc: ITemplateProcessor<T>, func: ITemplateProcessorProviderFunction<T>): void; } export declare const templates: Templates;