@coat/cli
Version:
TODO: See #3
9 lines (8 loc) • 378 B
TypeScript
import { CoatManifest, CoatManifestStrict } from "../types/coat-manifest";
/**
* Adds all missing properties to a coat manifest or template file
* to access these properties safely in following code.
*
* @param coatManifest The manifest file that has been read from the disk
*/
export declare function getStrictCoatManifest(coatManifest: CoatManifest): CoatManifestStrict;