UNPKG

@tsdi/pack

Version:

@tsdi/pack is simple build tasks, base on AOP, Ioc container, via @tsdi. dev build pack activities.

10 lines (9 loc) 302 B
import { IPipeTransform } from '@tsdi/components'; export declare class TypeScriptJsPipe implements IPipeTransform { transform(value: any): any; static ρAnn(): any; } export declare class TypeScriptDtsPipe implements IPipeTransform { transform(value: any): any; static ρAnn(): any; }