Interfaces
Type Aliases
Variables
Functions
Appearance
relizy / tagExists
tagExists(tag, cwd?): Promise<boolean>
tag
cwd?
Promise
boolean
Defined in: src/core/git-refs.ts:76
Returns true when a tag with the given name exists locally.
string
Promise<boolean>