astro-ghostcms/.pnpm-store/v3/files/59/2ed36e7ef6712d657bf2568fdfb...

9 lines
279 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import Settings from '../../settings';
import { EntryTransformerFunction } from '../../types';
export default class EntryTransformer {
private readonly _settings;
constructor(_settings: Settings);
getTransformer(): EntryTransformerFunction;
private _transform;
}