@farris/devkit-vue
Version:
9 lines (8 loc) • 377 B
TypeScript
export declare const EMPTY: any[];
export declare const IDENT: <T>(value: T) => T;
export declare const CIRCULAR: <T>(value: T) => T;
export declare const MULTI_PROVIDER_FN: () => any[];
export declare const NEW_LINE: RegExp;
export declare const NO_NEW_LINE = "\u0275";
export declare const THROW_IF_NOT_FOUND: {};
export declare const NG_TEMP_TOKEN_PATH = "ngTempTokenPath";