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

9 lines
279 B
Plaintext

import Settings from '../../settings';
import { EntryTransformerFunction } from '../../types';
export default class EntryTransformer {
private readonly _settings;
constructor(_settings: Settings);
getTransformer(): EntryTransformerFunction;
private _transform;
}