DefinitelyTyped/types/react-dev-utils/printHostingInstructions.d.ts
2019-01-28 18:42:18 +05:00

13 lines
273 B
TypeScript

/**
* Prints hosting instructions after the project is built.
*/
declare function printHostingInstructions(
appPackage: object,
publicUrl: string,
publicPath: string,
buildFolder: string,
useYarn: boolean,
): void;
export = printHostingInstructions;