hashbrown

StringConstraintsInput

API

export type StringConstraintsInput = {
  pattern?: string |  RegExp ;
  format?:  StringFormat ;
};