jsdecorators

0.1.0 • Public • Published

Installation

npm install --save jsdecorators

Usage

import * as jsd from 'jsdecorators';

class Test {
  @jsd.restorecwd
  doSomeWork() { 
    
  }

  @jsd.deprecate('Use doSomeWork instead')
  doSomeOtherThing() { 
    
  }
}

Decorators

See core-decorators for more information about the bundled core decorators.

restorecwd

Wraps the target in a try/finally and restores process.cwd() to the value it had before the target was invoked.

Readme

Keywords

none

Package Sidebar

Install

npm i jsdecorators

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • moander