UNPKG

offshore

Version:
21 lines (19 loc) 230 B
/** * Types Supported By Schemas */ module.exports = [ 'string', 'text', 'integer', 'float', 'date', 'time', 'datetime', 'boolean', 'binary', 'array', 'json', 'mediumtext', 'longtext', 'objectid' ];