文件名称:relation-exist:检查关系是否存在
文件大小:1KB
文件格式:ZIP
更新时间:2024-06-30 23:05:33
JavaScript
关系存在 0.0.1 检查流星收集的关系是否存在 安装 meteor add theara: relation - exist 用法 var relation = relationExist ( [ { collection : TestCollection , selector : { _id : "001" } } , { collection : TestCollection2 , selector : { _id : "002" } } ] ) ; // return boolean if ( relation ) { // ... } 变更日志 v 0.0.1 (2014-04-21) 在里面
【文件预览】:
relation-exist-master
----package.js(645B)
----relationExist.js(538B)
----README.md(403B)