UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

5 lines (4 loc) 176 B
import type { UnaryExpression } from 'estree'; import type { Rule } from '../../types'; declare const noTypeofOperator: Rule<UnaryExpression>; export default noTypeofOperator;