UNPKG

subsiphon

Version:
7 lines (6 loc) 175 B
export interface SiphonOptions { include?: string[]; exclude?: string[]; log?: boolean; } export declare function Siphon(options?: SiphonOptions): ClassDecorator;