@ikamva/ngx-tailwindcss
Version:
Tailwind CSS angular schematic
12 lines (11 loc) • 660 B
TypeScript
import { SchematicContext, Tree, Rule } from "@angular-devkit/schematics";
export declare const stringifyFormatted: (obj: any) => string;
export declare const overwriteIfExists: (tree: import("@angular-devkit/schematics/src/tree/interface").Tree, path: string, content: string) => void;
export declare function safeReadJSON(path: string, tree: Tree): any;
export declare const addDependencies: (host: import("@angular-devkit/schematics/src/tree/interface").Tree, deps: {
[name: string]: {
dev?: boolean | undefined;
version: string;
};
}, context: SchematicContext) => void;
export declare const addPackageJsonDependencies: () => Rule;