UNPKG
@actions/glob
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Actions glob lib
github.com/actions/toolkit/tree/main/packages/glob
actions/toolkit
@actions/glob
/
lib
/
internal-glob-options-helper.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
GlobOptions
}
from
'./internal-glob-options'
;
/** * Returns a copy with defaults filled in. */
export
declare
function
getOptions
(
copy?: GlobOptions
):
GlobOptions
;