I'm using the strings that indicate the supported value types in my own application code: - One of "string", "number", "boolean", "date", "datetime" or "timeofday" It would be nice if these strings could be imported as constants from this library to make the application code more clear.
I'm using the strings that indicate the supported value types in my own application code:
It would be nice if these strings could be imported as constants from this library to make the application code more clear.