method-call:ES6在scala中实现_方法调用

时间:2024-06-04 02:13:51
【文件属性】:

文件名称:method-call:ES6在scala中实现_方法调用

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-04 02:13:51

JavaScript

方法调用 该库允许您像在Scala中一样使用_样式方法调用。 用法 import _ from 'method-call' const names = [ 'fabien' , 'donny' , 'dave' ] ; const NAMES = names . map ( _ . toUpperCase ) ; // ['FABIEN', 'DONNY', 'DAVE']; import _ from 'method-call' import Model from 'some-mvc' class Document extends Model { constructor ( id ) { this . id = id ; super ( id ) ; } save ( ) { const url = '/doc


【文件预览】:
method-call-master
----index.js(363B)
----package.json(599B)
----Makefile(89B)
----README.md(672B)

网友评论