UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

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