mirror of
https://github.com/Azure/setup-helm.git
synced 2025-10-19 09:06:33 +00:00
9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
import type { TsJestPresets } from '../dist/types'
|
|
|
|
declare const _default: {
|
|
defaults: TsJestPresets;
|
|
jsWithTs: TsJestPresets;
|
|
jsWithBabel: TsJestPresets;
|
|
};
|
|
export = _default;
|