@odopod/odo-module

1.2.1 • Public • Published

Odo Module

Augment a class' static methods with helpers

Install

npm install @odopod/odo-module --save

Quick Start

import OdoModule from '@odopod/odo-module';

class CoolModule {}

CoolModule.Classes = {
  BASE: 'cool-module',
};

OdoModule.register(CoolModule);

Documentation

Visit the Odo component directory for demos, code examples, and documentation.

Package Sidebar

Install

npm i @odopod/odo-module

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

64.3 kB

Total Files

19

Last publish

Collaborators

  • nathanbuchar
  • odopod-admin
  • vestride