mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 21:46:55 +00:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
import type { TsJestPresets } from '../dist/types'
|
|
|
|
declare const _default: {
|
|
defaults: TsJestPresets;
|
|
jsWithTs: TsJestPresets;
|
|
jsWithBabel: TsJestPresets;
|
|
};
|
|
export = _default;
|