Skip to main content
Module

x/deno2node/src/deps.deno.ts>MappedTypeNode#getReadonlyTokenOrThrow

Compile your Deno project to run on Node.js.
Latest
method MappedTypeNode.prototype.getReadonlyTokenOrThrow
import { MappedTypeNode } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";

Gets the mapped type's readonly token or throws if not exist.

Parameters

optional
message: string | (() => string)

Returns

Node<ts.ReadonlyKeyword> | Node<ts.PlusToken> | Node<ts.MinusToken>