UNPKG

@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.

7 lines (6 loc) 239 B
export default { 'this.is.a.first.macro': ()=> 'macro value', '/this.is.a.second macro/': ()=> 2, 'this is a third macro': ()=> console.log(' console from third macro'), 0xDad:()=> console.log(' any number can be macro') }