fchat-rising/chat/preview/integration/pornhub.ts

14 lines
171 B
TypeScript
Raw Normal View History

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