tnp-core 16.444.14 → 16.444.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,6 @@ export declare class HelpersCore extends HelpersMessages {
50
50
  */
51
51
  tryRemoveDir(dirpath: string, contentOnly?: boolean, omitWarningNotExisted?: boolean): any;
52
52
  remove(fileOrFolderPathOrPatter: string | string[], exactFolder?: boolean): any;
53
- private getShell;
54
53
  get isRunningInGitBash(): boolean;
55
54
  /**
56
55
  * Check if the current shell is supported by Firedev framework.