4 lines
251 B
Plaintext
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;
|