themis
themis copied to clipboard
Add toInternalValue method on Schema
We need a function that saves the values that will we processed by Schema.
class Schema {
protected toInternalValue(date: T): C {
}
}