CST.Literal interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface Literal 

Properties

Property Modifiers Type Description
close?   Syntax<’|’> (BETA) (Optional)
end   number (BETA)
open?   Syntax<’|’> (BETA) (Optional)
quoted   boolean (BETA)
start   number (BETA)
type   ‘literal’ (BETA)
value   string (BETA)