source: trip-planner-front/node_modules/fast-glob/out/providers/transformers/entry.d.ts

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 279 bytes
Line 
1import Settings from '../../settings';
2import { EntryTransformerFunction } from '../../types';
3export default class EntryTransformer {
4 private readonly _settings;
5 constructor(_settings: Settings);
6 getTransformer(): EntryTransformerFunction;
7 private _transform;
8}
Note: See TracBrowser for help on using the repository browser.