timetracker/frontend/node_modules/fast-glob/out/providers/transformers/entry.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

8 lines
279 B
TypeScript

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