UNPKG

@actions/glob

Version:
13 lines (12 loc) 273 B
/** * Options to control globbing behavior */ export interface HashFileOptions { /** * Indicates whether to follow symbolic links. Generally should set to false * when deleting files. * * @default true */ followSymbolicLinks?: boolean; }