|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
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.