文件名称:protomorphism:通过Clojure样式协议进行多态
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-29 22:13:01
JavaScript
原型 通过Clojure样式协议实现多态。 安装 npm install protomorphism 例子 const protocol = require ( 'protomorphism' ) // create a new protocol `Pattern`, which requires a // `matches` function to be implemented const Pattern = protocol ( { matches : function ( pattern , string ) { // returns true if string matches pattern } } ) // Make all strings implement pattern by exact matching Pattern . implementation
【文件预览】:
protomorphism-master
----README.md(1KB)
----package.json(415B)
----index.js(754B)