get-class-statics

0.0.2 • Public • Published

Get Class Statics

Get the ES6-like class statics.

Example:

import getClassStatics from 'get-class-statics';

class Foo {
 static bar() {
   // bar method
 }
}

var fooStaticMethods = getClassStatics(Foo); // return { bar: [Function: bar] }

Package Sidebar

Install

npm i get-class-statics

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • quangbuule