Home > @rushstack/node-core-library > FolderConstants
FolderConstants enum
String constants for common folder names.
Signature:
export declare enum FolderConstants
Enumeration Members
Member | Value | Description |
---|---|---|
Git | ".git" | ".git" - the data storage for a Git working folder |
NodeModules | "node_modules" | "node_modules" - the folder where package managers install their files |