Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102616657
quote.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 22, 13:54
Size
589 B
Mime Type
text/x-java
Expires
Mon, Feb 24, 13:54 (2 d)
Engine
blob
Format
Raw Data
Handle
24379421
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
quote.d.ts
View Options
import { Next } from "./types";
/**
* Quote a string.
*/
export declare function quoteString(str: string): string;
/**
* Test for valid JavaScript identifier.
*/
export declare const IS_VALID_IDENTIFIER: RegExp;
/**
* Check if a variable name is valid.
*/
export declare function isValidVariableName(name: PropertyKey): name is string;
/**
* Quote JavaScript key access.
*/
export declare function quoteKey(key: PropertyKey, next: Next): string | undefined;
/**
* Serialize the path to a string.
*/
export declare function stringifyPath(path: PropertyKey[], next: Next): string;
Event Timeline
Log In to Comment