source:
trip-planner-front/node_modules/fast-glob/out/providers/transformers/entry.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 279 bytes |
Line | |
---|---|
1 | import Settings from '../../settings'; |
2 | import { EntryTransformerFunction } from '../../types'; |
3 | export 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.