at-log

1.0.0 • Public • Published

at-log

The javascript annotation framework

Javascript annotation type(not decorator type in ES6)

As we know,the Annotation type is not surport in javascript language.The at-js framework made it posible. For example,use at-js, you can write code like this:

'@logger';
var myLogger = {
    info:function(_msg){
        console.log(_msg);
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i at-log

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • chemingjun