format: prettify entire project
This commit is contained in:
8
node_modules/fast-glob/out/providers/transformers/entry.d.ts
generated
vendored
8
node_modules/fast-glob/out/providers/transformers/entry.d.ts
generated
vendored
@ -1,8 +1,8 @@
|
||||
import Settings from '../../settings';
|
||||
import { EntryTransformerFunction } from '../../types';
|
||||
export default class EntryTransformer {
|
||||
private readonly _settings;
|
||||
constructor(_settings: Settings);
|
||||
getTransformer(): EntryTransformerFunction;
|
||||
private _transform;
|
||||
private readonly _settings;
|
||||
constructor(_settings: Settings);
|
||||
getTransformer(): EntryTransformerFunction;
|
||||
private _transform;
|
||||
}
|
||||
|
Reference in New Issue
Block a user