branch
Represents the current branch.
Property Definition
ts
export const branch: string;
Returns
- string
General Usage
ts
const result = alt.branch;
console.log(result);
Documentation
No Documentation Provided Yet