Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "resources"

Index

Variables

Const REGEX_TEMPLATE_VARS

REGEX_TEMPLATE_VARS: RegExp = /(\/\*)(\s+)(VSCODE)(\-)(DEPLOY)(\-)(RELOADED)(\s+)(src\=\")([^\"]*)(\")((\s+)(format\=\")([^\"]*)(\"))?(\s+)(\*\/)/ig

Functions

replaceTemplateVars

  • replaceTemplateVars(src: any): string
  • Replaces template variables with its linked content.

    Parameters

    • src: any

      The content to parse.

    Returns string

    The parsed content.

Generated using TypeDoc