UNPKG

@jrc03c/js-math-tools

Version:
11 lines (9 loc) 173 B
const dataTypes = Object.freeze({ boolean: "boolean", date: "date", null: "null", number: "number", object: "object", string: "string", }) export { dataTypes }