14 lines
171 B
TypeScript
14 lines
171 B
TypeScript
|
|
// tslint:disable-next-line
|
|
export class PornhubIntegration {
|
|
|
|
static preprocess(): string {
|
|
return ``;
|
|
}
|
|
|
|
|
|
static postprocess(): string {
|
|
return ``;
|
|
}
|
|
}
|