UNPKG

stryker

Version:
9 lines 413 B
import NodeMutator from './NodeMutator'; import { IdentifiedNode } from './IdentifiedNode'; export default class BinaryOperatorMutator implements NodeMutator { name: string; private readonly type; private readonly operators; applyMutations(node: IdentifiedNode, copy: <T extends IdentifiedNode>(obj: T, deep?: boolean) => T): IdentifiedNode[]; } //# sourceMappingURL=BinaryOperatorMutator.d.ts.map