1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-11 18:51:38 +00:00
Files
github-actions[bot] 199ab446df v2 new release (#77)
2022-06-27 14:12:49 -04:00

9 lines
184 B
TypeScript

import type { TsJestPresets } from '../dist/types'
declare const _default: {
defaults: TsJestPresets;
jsWithTs: TsJestPresets;
jsWithBabel: TsJestPresets;
};
export = _default;