Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Scope

Index

Variables

Functions

Variables

DEFAULT

DEFAULT: Scope[] = [Scope.READ, Scope.WRITE, Scope.FOLLOW]

FOLLOW

FOLLOW: Scope = "follow"

READ

READ: Scope = "read"

WRITE

WRITE: Scope = "write"

Functions

from

  • from(x: any): Scope | null
  • if x is not Scope, return null

    Parameters

    • x: any

    Returns Scope | null

parse

  • parse(str: string): Scope[]

Generated using TypeDoc