14 lines
171 B
TypeScript
Raw Normal View History

2020-03-30 16:52:25 -05:00
// tslint:disable-next-line
export class PornhubIntegration {
static preprocess(): string {
2020-04-04 13:38:00 -05:00
return ``;
2020-03-30 16:52:25 -05:00
}
static postprocess(): string {
2020-04-04 13:38:00 -05:00
return ``;
2020-03-30 16:52:25 -05:00
}
}