Skip to content

Commit

Permalink
Expose InstallResult for external use (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Dec 1, 2020
1 parent fbc56eb commit 9db8a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esinstall/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ interface InstallOptions {
type PublicInstallOptions = Partial<InstallOptions>;
export {PublicInstallOptions as InstallOptions};

type InstallResult = {importMap: ImportMap; stats: DependencyStatsOutput};
export type InstallResult = {importMap: ImportMap; stats: DependencyStatsOutput};

const FAILED_INSTALL_MESSAGE = 'Install failed.';

Expand Down

0 comments on commit 9db8a2f

Please sign in to comment.