Options
All
  • Public
  • Public/Protected
  • All
Menu

原版 node-segment 的格式

Hierarchy

Index

Constructors

constructor

Properties

TABLE

TABLE: IDICT<string>

TABLE2

TABLE2: any | IDICT2<string>

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

  • add(data: [string, string] & string[], skipExists?: boolean): this

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