Options
All
  • Public
  • Public/Protected
  • All
Menu

請注意 這與原版 node-segment 的格式不同

原版為一對一 => 錯字,正字 這裡為一對多 並且順序與原版相反 => 正字,錯字,...以,分隔更多字

Hierarchy

Index

Constructors

constructor

Properties

TABLE

TABLE: IDICT<string>

TABLE2

TABLE2: IDICT<string[]>

緩存主KEY

options

options: IOptions

type

type: string

Static type

type: "SYNONYM" = "SYNONYM"

Methods

_add

  • _add(n1: string, n2: string): void

Protected _exists

  • _exists<U>(data: U, ...argv: any[]): any

Protected Optional _remove

  • _remove(data: any, ...argv: any[]): any

Protected _trim

  • _trim(s: string): string

add

exists

  • exists<U>(data: U, ...argv: any[]): T

Optional json

  • json(...argv: any[]): IDICT<string>

Optional remove

  • remove(data: any, ...argv: any[]): this

size

  • size(): number

Optional stringify

  • stringify(...argv: any[]): string

Generated using TypeDoc