Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 518 Bytes

File metadata and controls

21 lines (16 loc) · 518 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileConstants

FileConstants variable

String constants for common filenames and parts of filenames.

Signature:

FileConstants: {
    readonly PackageJson: "package.json";
}