1 2 3 4 5 6 7 8
import { code } from '../../../../src/frontend'; import { Code } from './base'; export class IsEqual extends Code<code.IsEqual> { public build(): string { return ''; } }