@pro-script/as-is
Version:
Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, types, strict object and more.
17 lines (16 loc) • 941 B
JavaScript
export default [
{ alias: ['Empty', 'empty'], method4type: 'empty' },
{ alias: ['NotEmpty', 'notEmpty', 'notempty'], method4type: 'notEmpty' },
{ alias: ['Date', 'date'], method4type: 'date' },
{ alias: ['Null', 'null'], method4type: 'null' },
{ alias: ['Class', 'class'], method4type: 'class' },
{ alias: ['JSON', 'json', 'Json'], method4type: 'json' },
{ alias: ['JSON5', 'json5', 'Json5'], method4type: 'json5' },
{ alias: ['Browser', 'browser'], method4type: 'browser' },
{ alias: ['Node', 'node', 'NodeJS', 'nodejs'], method4type: 'node' },
{ alias: ['Bun', 'bun'], method4type: 'bun' },
{ alias: ['Nullish', 'nullish'], method4type: 'nullish' },
{ alias: ['Iterator', 'iterator'], method4type: 'iterator' },
{ alias: ['Chrome', 'chrome', 'Safari', 'safari', 'Firefox', 'firefox', 'Opera',
'opera', 'Edg', 'edg', 'Samsung', 'samsung'], method4type: 'browserFromList' }
];