UNPKG

@ikamva/ngx-tailwindcss

Version:

Tailwind CSS angular schematic

4 lines (3 loc) 249 B
import { Tree } from "@angular-devkit/schematics"; /** Gets the version of the specified package by looking at the package.json in the given tree. */ export declare function getPackageVersionFromPackageJson(tree: Tree, name: string): string | null;