mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-17 20:26:05 +00:00

* feat: cache the bin Signed-off-by: Dwi Siswanto <me@dw1.io> * feat: print error while get cache Signed-off-by: Dwi Siswanto <me@dw1.io> --------- Signed-off-by: Dwi Siswanto <me@dw1.io>
6 lines
175 B
TypeScript
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;
|