1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-05 11:36:10 +08:00
setup-bun/node_modules/@actions/glob/lib/internal-glob-options-helper.d.ts
2022-07-12 09:00:22 +02:00

6 lines
175 B
TypeScript

import { GlobOptions } from './internal-glob-options';
/**
* Returns a copy with defaults filled in.
*/
export declare function getOptions(copy?: GlobOptions): GlobOptions;