Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StringConstructor

Index

Methods

Methods

fromCodePoint

  • fromCodePoint(...codePoints: number[]): string
  • Return the String value whose elements are, in order, the elements in the List elements. If length is 0, the empty string is returned.

    Parameters

    • Rest ...codePoints: number[]

    Returns string

raw

  • String.raw is intended for use as a tag function of a Tagged Template String. When called as such the first argument will be a well formed template call site object and the rest parameter will contain the substitution values.

    Parameters

    • template: TemplateStringsArray

      A well-formed template string call site representation.

    • Rest ...substitutions: any[]

      A set of substitution values.

    Returns string

Generated using TypeDoc