methodref
v1.0.4
Published
It's like java's method ref
Readme
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.
