UNPKG

95 BTypeScriptView Raw
1export declare abstract class TemplateImpl<T> {
2 token: T;
3 constructor(token: T);
4}