themis icon indicating copy to clipboard operation
themis copied to clipboard

Add toInternalValue method on Schema

Open RaduMolnar99 opened this issue 3 years ago • 0 comments

We need a function that saves the values that will we processed by Schema.

class Schema {
  protected toInternalValue(date: T): C {
  }
}

RaduMolnar99 avatar Sep 06 '22 12:09 RaduMolnar99