2.1.4 • Published 5 years ago

the-controller-mixins v2.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

the-controller-mixins

Build Status npm Version JS Standard

Mixins for the-controller

Installation

$ npm install the-controller-mixins --save

Usage

'use strict'

const {TheCtrl} = require('the-controller-base')
const {withAuthorized} = require('the-controller-mixins')

async function tryExample () {
  class MyCtrl extends withAuthorized(TheCtrl) {
    /* ... */
  }
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago