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

14 lines
171 B
TypeScript

// tslint:disable-next-line
export class PornhubIntegration {
static preprocess(): string {
return ``;
}
static postprocess(): string {
return ``;
}
}