Options
All
  • Public
  • Public/Protected
  • All
Menu

acausal - v2.0.2

Index

Type aliases

GramDictionary: {}

Type declaration

MCDelimitersShort: [string, string, string]
MCDirectionOption: "next" | "last"
MCInsertOption: boolean | "start" | "end" | "middle"
RequireAtLeastOne<T, Keys>: Pick<T, Exclude<keyof T, Keys>> & { [ K in Keys]-?: Required<Pick<T, K>> & Partial<Pick<T, Exclude<Keys, K>>> }[Keys]

Type parameters

  • T

  • Keys: keyof T = keyof T

WeightedDistribution: {}

Type declaration

  • [key: string]: number

Generated using TypeDoc