UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

9 lines (8 loc) 265 B
/** * Write a package json file * @author Gabe Abrams * @param filename filename for the package.json * @param contents contents of the package.json */ declare const writePackageJSON: (filename: string, contents: any) => void; export default writePackageJSON;