Skip to content

filemode

Get the UNIX file attributes of a tree entry.

Signature

ts
class TreeEntry {
  filemode(): number;
}

Returns

  • number

    UNIX file attributes of a tree entry.

Released under the MIT License.