REPL_MODE_STRICT - Node documentation
variable REPL_MODE_STRICT

Usage in Deno

import { REPL_MODE_STRICT } from "node:repl";

A flag passed in the REPL options. Evaluates expressions in strict mode. This is equivalent to prefacing every repl statement with 'use strict'.

Type

unique symbol