delegato

1.0.0 • Public • Published

delegato Build Status

Delegate Methods

Delegato = require 'delegato'
 
class Ship
  Delegato.includeInto(this)
  
  @delegatesMethods 'dropAnchor''raiseAnchor'toProperty: 'winch'
  @delegatesMethod 'leavePort'toMethod: 'getCaptain'

Delegate Properties

class MyClass
  Delegato.includeInto(this)
  
  @delegatesProperty 'steamPressure'toProperty: 'engineRoom'
  @delegatesProperties 'heading''speed'toMethod: 'getVelocity'

/delegato/

    Package Sidebar

    Install

    npm i delegato

    Weekly Downloads

    191

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • atom-team
    • nathansobo
    • kevinsawicki
    • benogle