Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface PTOptsMulti

A config object for PTypes that defines multiple PTOpts.sanitizers.

Hierarchy

Index

Properties

name

name: string

A name for a PType.

type

type: PTKinds

A string representating the primitive-base of a PType.

Optional iterable

iterable: boolean

true, if the value is a list of (PTOpts.type) values

sanitizers

sanitizers: Array<CBSanitizer>

An Array of functions that are ran in succession.