UNPKG

prometheus

Version:

Simple ODM for Node.js with pluggable adapters

20 lines 475 B
module.exports = { STRING : 'string', NUMBER : 'number', DECIMAL : 'decimal', RANGE : 'range', BOOLEAN : 'bool', JSON : 'json', ARRAY : 'array', TEXT : 'text', DATE : 'date', DATETIME : 'datetime', TIMESTAMP : 'timestamp', TIME : 'time', COLOR : 'color', PHONE : 'phone', URL : 'url', EMAIL : 'email', IPV4 : 'ipv4', PASSWORD : 'password' }