Files
memecoin-botV2/.pnpm-store/v10/files/d1/6aa60fe224d8b7125492994d2b879e6348dee961067e19cc19706a793aaf0692ff2e7df79872002b07ae92799f173d682e6db21841648d4b8b6e6022447ea2

4 lines
251 B
Plaintext

import * as ts from 'typescript';
/*** Indicates whether identifiers require the use of quotation marks when accessing property definitions and dot notation. */
export declare function requiresQuoting(name: string, target?: ts.ScriptTarget): boolean;