Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
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.