import {Canonical} from "./Canonical"; export class FakeCanonical extends Canonical { public async up() { this.canon.registerCanonical(this) } }