import { code } from '../../../../src/frontend'; import { Code } from './base'; export class And extends Code { public build(): string { return ''; } }