methodref

1.0.4 • Public • Published

methodRef

It's like java's method ref

INSTALL

npm install methodref

USE CASE

  • ES5
const {staticMethod, instanceMethod, firDotFnRemain, constructorMethod} = require("methodref");
  • ES6
import methodRef from "methodref";

for more detail see test file.

Readme

Keywords

Package Sidebar

Install

npm i methodref

Weekly Downloads

3

Version

1.0.4

License

MIT

Last publish

Collaborators

  • summer______