@thi.ng/rstream 7.2.26 → 7.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/doc/assets/main.js +0 -54
- package/doc/assets/search.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.27",
|
|
4
4
|
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/arrays": "^2.4.
|
|
39
|
-
"@thi.ng/associative": "^6.2.
|
|
40
|
-
"@thi.ng/atom": "^5.1.
|
|
37
|
+
"@thi.ng/api": "^8.4.5",
|
|
38
|
+
"@thi.ng/arrays": "^2.4.1",
|
|
39
|
+
"@thi.ng/associative": "^6.2.15",
|
|
40
|
+
"@thi.ng/atom": "^5.1.21",
|
|
41
41
|
"@thi.ng/checks": "^3.3.2",
|
|
42
42
|
"@thi.ng/errors": "^2.2.3",
|
|
43
43
|
"@thi.ng/logger": "^1.4.2",
|
|
44
|
-
"@thi.ng/transducers": "^8.3.
|
|
44
|
+
"@thi.ng/transducers": "^8.3.22"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.33.5",
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
],
|
|
202
202
|
"year": 2017
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
|
|
205
205
|
}
|
package/doc/assets/main.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var u=r.charAt(o),l=o-a;if(u.match(t.tokenizer.separator)||o==i){if(l>0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
|
|
3
|
-
`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var u=0;u<a.length;u++)s.push(a[u]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,u=0,l=0,h=0;l<s&&h<o;)a=r[l],u=i[h],a<u?l+=2:a>u?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,u="^("+s+")?"+o+s+"("+o+")?$",l="^("+s+")?"+o+s+o+s,h="^("+s+")?"+i,m=new RegExp(a),v=new RegExp(l),b=new RegExp(u),y=new RegExp(h),E=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,p=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,S=/.$/,I=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),z=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,q=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,$=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,W=/^(.+?)(s|t)(ion)$/,P=/^(.+?)e$/,U=/ll$/,G=new RegExp("^"+s+i+"[^aeiouwxy]$"),N=function(c){var g,C,T,d,x,O,D;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),d=E,x=f,d.test(c)?c=c.replace(d,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),d=p,x=w,d.test(c)){var L=d.exec(c);d=m,d.test(L[1])&&(d=S,c=c.replace(d,""))}else if(x.test(c)){var L=x.exec(c);g=L[1],x=y,x.test(g)&&(c=g,x=I,O=_,D=z,x.test(c)?c=c+"e":O.test(c)?(d=S,c=c.replace(d,"")):D.test(c)&&(c=c+"e"))}if(d=A,d.test(c)){var L=d.exec(c);g=L[1],c=g+"i"}if(d=q,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+e[C])}if(d=$,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+n[C])}if(d=V,x=W,d.test(c)){var L=d.exec(c);g=L[1],d=v,d.test(g)&&(c=g)}else if(x.test(c)){var L=x.exec(c);g=L[1]+L[2],x=v,x.test(g)&&(c=g)}if(d=P,d.test(c)){var L=d.exec(c);g=L[1],d=v,x=b,O=G,(d.test(g)||x.test(g)&&!O.test(g))&&(c=g)}return d=U,x=v,d.test(c)&&x.test(c)&&(d=S,c=c.replace(d,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(M){return M.update(N)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var u=new t.TokenSet;u.final=a,n.edges[o]=u,n=u}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),u=a.length,l=0;l<o;l++)for(var h=s[l],m=0;m<u;m++){var v=a[m];if(v==h||h=="*"){var b=r.node.edges[v],y=r.qNode.edges[h],E=b.final&&y.final,f=void 0;v in r.output.edges?(f=r.output.edges[v],f.final=f.final||E):(f=new t.TokenSet,f.final=E,r.output.edges[v]=f),i.push({qNode:y,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u<this.fields.length;u++)i[this.fields[u]]=new t.Vector;e.call(n,n);for(var u=0;u<n.clauses.length;u++){var l=n.clauses[u],h=null,m=t.Set.empty;l.usePipeline?h=this.pipeline.runString(l.term,{fields:l.fields}):h=[l.term];for(var v=0;v<h.length;v++){var b=h[v];l.term=b;var y=t.TokenSet.fromClause(l),E=this.tokenSet.intersect(y).toArray();if(E.length===0&&l.presence===t.Query.presence.REQUIRED){for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=t.Set.empty}break}for(var w=0;w<E.length;w++)for(var S=E[w],I=this.invertedIndex[S],_=I._index,f=0;f<l.fields.length;f++){var p=l.fields[f],z=I[p],A=Object.keys(z),q=S+"/"+p,$=new t.Set(A);if(l.presence==t.Query.presence.REQUIRED&&(m=m.union($),o[p]===void 0&&(o[p]=t.Set.complete)),l.presence==t.Query.presence.PROHIBITED){a[p]===void 0&&(a[p]=t.Set.empty),a[p]=a[p].union($);continue}if(i[p].upsert(_,l.boost,function(ke,Ie){return ke+Ie}),!s[q]){for(var V=0;V<A.length;V++){var W=A[V],P=new t.FieldRef(W,p),U=z[W],G;(G=r[P])===void 0?r[P]=new t.MatchData(S,p,U):G.add(S,p,U)}s[q]=!0}}}if(l.presence===t.Query.presence.REQUIRED)for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=o[p].intersect(m)}}for(var N=t.Set.complete,M=t.Set.empty,u=0;u<this.fields.length;u++){var p=this.fields[u];o[p]&&(N=N.intersect(o[p])),a[p]&&(M=M.union(a[p]))}var c=Object.keys(r),g=[],C=Object.create(null);if(n.isNegated()){c=Object.keys(this.fieldVectors);for(var u=0;u<c.length;u++){var P=c[u],T=t.FieldRef.fromString(P);r[P]=new t.MatchData}}for(var u=0;u<c.length;u++){var T=t.FieldRef.fromString(c[u]),d=T.docRef;if(!!N.contains(d)&&!M.contains(d)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),D;if((D=C[d])!==void 0)D.score+=O,D.matchData.combine(r[T]);else{var L={ref:d,score:O,matchData:r[T]};C[d]=L,g.push(L)}}}return g.sort(function(we,Te){return Te.score-we.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,u=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var l=0;l<i.length;l++){var h=i[l],m=h[0],v=h[1];r[m]=new t.Vector(v)}for(var l=0;l<o.length;l++){var h=o[l],b=h[0],y=h[1];a.insert(b),s[b]=y}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=u,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,u=a?a(e):e[o],l=this.tokenizer(u,{fields:[o]}),h=this.pipeline.run(l),m=new t.FieldRef(r,o),v=Object.create(null);this.fieldTermFrequencies[m]=v,this.fieldLengths[m]=0,this.fieldLengths[m]+=h.length;for(var b=0;b<h.length;b++){var y=h[b];if(v[y]==null&&(v[y]=0),v[y]+=1,this.invertedIndex[y]==null){var E=Object.create(null);E._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)E[i[f]]=Object.create(null);this.invertedIndex[y]=E}this.invertedIndex[y][o][r]==null&&(this.invertedIndex[y][o][r]=Object.create(null));for(var p=0;p<this.metadataWhitelist.length;p++){var w=this.metadataWhitelist[p],S=y.metadata[w];this.invertedIndex[y][o][r][w]==null&&(this.invertedIndex[y][o][r][w]=[]),this.invertedIndex[y][o][r][w].push(S)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var u=Object.keys(this._fields),s=0;s<u.length;s++){var l=u[s];r[l]=r[l]/i[l]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,u=this.fieldLengths[o],l=new t.Vector,h=this.fieldTermFrequencies[o],m=Object.keys(h),v=m.length,b=this._fields[a].boost||1,y=this._documents[o.docRef].boost||1,E=0;E<v;E++){var f=m[E],p=h[f],w=this.invertedIndex[f]._index,S,I,_;i[f]===void 0?(S=t.idf(this.invertedIndex[f],this.documentCount),i[f]=S):S=i[f],I=S*((this._k1+1)*p)/(this._k1*(1-this._b+this._b*(u/this.averageFieldLength[a]))+p),I*=b,I*=y,_=Math.round(I*1e3)/1e3,l.insert(w,_)}e[o]=l}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],u=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var l=0;l<u.length;l++){var h=u[l];this.metadata[i][a][h]==null?this.metadata[i][a][h]=e.metadata[i][a][h]:this.metadata[i][a][h]=this.metadata[i][a][h].concat(e.metadata[i][a][h])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i<s;i++)if(r[i]===n){r.splice(i,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return!0;let n=this.listeners[e.type].slice();for(let r=0,i=n.length;r<i;r++)n[r].call(this,e);return!e.defaultPrevented}};var ne=(t,e=100)=>{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;i<s;i++){n=this.anchors[i];let o=n.anchor.getBoundingClientRect();n.position=o.top+document.body.scrollTop}this.anchors.sort((i,s)=>i.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o<s&&i[o+1].position<r;)o+=1;this.index!=o&&(this.index>-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;o<s.length;o++){let a=s[o],u=r.data.rows[Number(a.ref)],l=1;u.name.toLowerCase().startsWith(i.toLowerCase())&&(l*=1+1/(1+Math.abs(u.name.length-i.length))),a.score*=l}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let u=r.data.rows[Number(s[o].ref)],l=pe(u.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(l+=` (score: ${s[o].score.toFixed(2)})`),u.parent&&(l=`<span class="parent">${pe(u.parent,i)}.</span>${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`<b>${ie(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
|
|
4
|
-
`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})();
|
|
5
|
-
/*!
|
|
6
|
-
* lunr.Builder
|
|
7
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
8
|
-
*/
|
|
9
|
-
/*!
|
|
10
|
-
* lunr.Index
|
|
11
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
12
|
-
*/
|
|
13
|
-
/*!
|
|
14
|
-
* lunr.Pipeline
|
|
15
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
16
|
-
*/
|
|
17
|
-
/*!
|
|
18
|
-
* lunr.Set
|
|
19
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
20
|
-
*/
|
|
21
|
-
/*!
|
|
22
|
-
* lunr.TokenSet
|
|
23
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
24
|
-
*/
|
|
25
|
-
/*!
|
|
26
|
-
* lunr.Vector
|
|
27
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
28
|
-
*/
|
|
29
|
-
/*!
|
|
30
|
-
* lunr.stemmer
|
|
31
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
32
|
-
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
33
|
-
*/
|
|
34
|
-
/*!
|
|
35
|
-
* lunr.stopWordFilter
|
|
36
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
37
|
-
*/
|
|
38
|
-
/*!
|
|
39
|
-
* lunr.tokenizer
|
|
40
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
41
|
-
*/
|
|
42
|
-
/*!
|
|
43
|
-
* lunr.trimmer
|
|
44
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
45
|
-
*/
|
|
46
|
-
/*!
|
|
47
|
-
* lunr.utils
|
|
48
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
49
|
-
*/
|
|
50
|
-
/**
|
|
51
|
-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
52
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
53
|
-
* @license MIT
|
|
54
|
-
*/
|
package/doc/assets/search.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":8,\"name\":\"State\",\"url\":\"enums/State.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"IDLE\",\"url\":\"enums/State.html#IDLE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"State\"},{\"kind\":16,\"name\":\"ACTIVE\",\"url\":\"enums/State.html#ACTIVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"State\"},{\"kind\":16,\"name\":\"DONE\",\"url\":\"enums/State.html#DONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"State\"},{\"kind\":16,\"name\":\"UNSUBSCRIBED\",\"url\":\"enums/State.html#UNSUBSCRIBED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"State\"},{\"kind\":16,\"name\":\"ERROR\",\"url\":\"enums/State.html#ERROR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"State\"},{\"kind\":8,\"name\":\"CloseMode\",\"url\":\"enums/CloseMode.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"NEVER\",\"url\":\"enums/CloseMode.html#NEVER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CloseMode\"},{\"kind\":16,\"name\":\"FIRST\",\"url\":\"enums/CloseMode.html#FIRST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CloseMode\"},{\"kind\":16,\"name\":\"LAST\",\"url\":\"enums/CloseMode.html#LAST\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"CloseMode\"},{\"kind\":256,\"name\":\"CommonOpts\",\"url\":\"interfaces/CommonOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/CommonOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommonOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/CommonOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommonOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/CommonOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommonOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/CommonOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommonOpts\"},{\"kind\":256,\"name\":\"WithTransform\",\"url\":\"interfaces/WithTransform.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/WithTransform.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WithTransform\"},{\"kind\":256,\"name\":\"TransformableOpts\",\"url\":\"interfaces/TransformableOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/TransformableOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransformableOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/TransformableOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransformableOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/TransformableOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransformableOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/TransformableOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransformableOpts\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/TransformableOpts.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransformableOpts\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"WithErrorHandler\",\"url\":\"interfaces/WithErrorHandler.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/WithErrorHandler.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WithErrorHandler\"},{\"kind\":256,\"name\":\"WithErrorHandlerOpts\",\"url\":\"interfaces/WithErrorHandlerOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/WithErrorHandlerOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"WithErrorHandlerOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/WithErrorHandlerOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"WithErrorHandlerOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/WithErrorHandlerOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"WithErrorHandlerOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/WithErrorHandlerOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"WithErrorHandlerOpts\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/WithErrorHandlerOpts.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"WithErrorHandlerOpts\"},{\"kind\":256,\"name\":\"SubscriptionOpts\",\"url\":\"interfaces/SubscriptionOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"interfaces/SubscriptionOpts.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SubscriptionOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/SubscriptionOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SubscriptionOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/SubscriptionOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SubscriptionOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/SubscriptionOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SubscriptionOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/SubscriptionOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SubscriptionOpts\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/SubscriptionOpts.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SubscriptionOpts\"},{\"kind\":256,\"name\":\"ISubscriber\",\"url\":\"interfaces/ISubscriber.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/ISubscriber.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISubscriber\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/ISubscriber.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISubscriber\"},{\"kind\":1024,\"name\":\"done\",\"url\":\"interfaces/ISubscriber.html#done\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISubscriber\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"interfaces/ISubscriber.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISubscriber\"},{\"kind\":256,\"name\":\"ISubscribable\",\"url\":\"interfaces/ISubscribable.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"interfaces/ISubscribable.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ISubscribable\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"interfaces/ISubscribable.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ISubscribable\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/ISubscribable.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscribable\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ISubscribable.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscribable\"},{\"kind\":256,\"name\":\"ITransformable\",\"url\":\"interfaces/ITransformable.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/ITransformable.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ITransformable\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"interfaces/ITransformable.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ITransformable\"},{\"kind\":256,\"name\":\"ISubscription\",\"url\":\"interfaces/ISubscription.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"interfaces/ISubscription.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"interfaces/ISubscription.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/ISubscription.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/ISubscription.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/ISubscription.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":1024,\"name\":\"done\",\"url\":\"interfaces/ISubscription.html#done\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"interfaces/ISubscription.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"interfaces/ISubscription.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"interfaces/ISubscription.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ISubscription.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/ISubscription.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"interfaces/ISubscription.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ISubscription\"},{\"kind\":256,\"name\":\"IStream\",\"url\":\"interfaces/IStream.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cancel\",\"url\":\"interfaces/IStream.html#cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IStream\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/IStream.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IStream\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/IStream.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IStream\"},{\"kind\":1024,\"name\":\"done\",\"url\":\"interfaces/IStream.html#done\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IStream\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"interfaces/IStream.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IStream\"},{\"kind\":4194304,\"name\":\"StreamCancel\",\"url\":\"types/StreamCancel.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StreamCancel.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StreamCancel\"},{\"kind\":4194304,\"name\":\"StreamSource\",\"url\":\"types/StreamSource.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/StreamSource.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"StreamSource\"},{\"kind\":4194304,\"name\":\"WorkerSource\",\"url\":\"types/WorkerSource.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":128,\"name\":\"ASidechain\",\"url\":\"classes/ASidechain.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ASidechain.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"sideSub\",\"url\":\"classes/ASidechain.html#sideSub\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/ASidechain.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/ASidechain.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/ASidechain.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/ASidechain.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/ASidechain.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ASidechain.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/ASidechain.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/ASidechain.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/ASidechain.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/ASidechain.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/ASidechain.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/ASidechain.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/ASidechain.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ASidechain.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/ASidechain.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/ASidechain.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/ASidechain.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/ASidechain.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/ASidechain.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/ASidechain.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/ASidechain.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ASidechain.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/ASidechain.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/ASidechain.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/ASidechain.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/ASidechain.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/ASidechain.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/ASidechain.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/ASidechain.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/ASidechain.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/ASidechain.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"ASidechain\"},{\"kind\":256,\"name\":\"FromAtomOpts\",\"url\":\"interfaces/FromAtomOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"emitFirst\",\"url\":\"interfaces/FromAtomOpts.html#emitFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromAtomOpts\"},{\"kind\":1024,\"name\":\"changed\",\"url\":\"interfaces/FromAtomOpts.html#changed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromAtomOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/FromAtomOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromAtomOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/FromAtomOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromAtomOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/FromAtomOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromAtomOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/FromAtomOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromAtomOpts\"},{\"kind\":64,\"name\":\"fromAtom\",\"url\":\"functions/fromAtom.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"bisect\",\"url\":\"functions/bisect.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isSubscribable\",\"url\":\"functions/isSubscribable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"debounce\",\"url\":\"functions/debounce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defInlineWorker\",\"url\":\"functions/defInlineWorker.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defWorker\",\"url\":\"functions/defWorker.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromEvent\",\"url\":\"functions/fromEvent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromDOMEvent\",\"url\":\"functions/fromDOMEvent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ForkJoinOpts\",\"url\":\"interfaces/ForkJoinOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/ForkJoinOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"fork\",\"url\":\"interfaces/ForkJoinOpts.html#fork\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"join\",\"url\":\"interfaces/ForkJoinOpts.html#join\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"transferables\",\"url\":\"interfaces/ForkJoinOpts.html#transferables\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/ForkJoinOpts.html#worker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"numWorkers\",\"url\":\"interfaces/ForkJoinOpts.html#numWorkers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"interrupt\",\"url\":\"interfaces/ForkJoinOpts.html#interrupt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"terminate\",\"url\":\"interfaces/ForkJoinOpts.html#terminate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"backPressure\",\"url\":\"interfaces/ForkJoinOpts.html#backPressure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ForkJoinOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/ForkJoinOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/ForkJoinOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ForkJoinOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/ForkJoinOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ForkJoinOpts\"},{\"kind\":64,\"name\":\"forkJoin\",\"url\":\"functions/forkJoin.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"forkBuffer\",\"url\":\"functions/forkBuffer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/forkBuffer.html#forkBuffer.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"forkBuffer.forkBuffer\"},{\"kind\":64,\"name\":\"joinBuffer\",\"url\":\"functions/joinBuffer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/joinBuffer.html#joinBuffer.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"joinBuffer.joinBuffer\"},{\"kind\":64,\"name\":\"__nextID\",\"url\":\"functions/__nextID.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"FromIntervalOpts\",\"url\":\"interfaces/FromIntervalOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/FromIntervalOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromIntervalOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/FromIntervalOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIntervalOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/FromIntervalOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIntervalOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/FromIntervalOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIntervalOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/FromIntervalOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIntervalOpts\"},{\"kind\":64,\"name\":\"fromInterval\",\"url\":\"functions/fromInterval.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"FromIterableOpts\",\"url\":\"interfaces/FromIterableOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"delay\",\"url\":\"interfaces/FromIterableOpts.html#delay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromIterableOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/FromIterableOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIterableOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/FromIterableOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIterableOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/FromIterableOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIterableOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/FromIterableOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromIterableOpts\"},{\"kind\":64,\"name\":\"fromIterable\",\"url\":\"functions/fromIterable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromIterableSync\",\"url\":\"functions/fromIterableSync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"LOGGER\",\"url\":\"variables/LOGGER.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"setLogger\",\"url\":\"functions/setLogger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"StreamMergeOpts\",\"url\":\"interfaces/StreamMergeOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/StreamMergeOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamMergeOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/StreamMergeOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamMergeOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/StreamMergeOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamMergeOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/StreamMergeOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamMergeOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/StreamMergeOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamMergeOpts\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/StreamMergeOpts.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamMergeOpts\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/merge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"StreamMerge\",\"url\":\"classes/StreamMerge.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StreamMerge.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/StreamMerge.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/StreamMerge.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"addAll\",\"url\":\"classes/StreamMerge.html#addAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/StreamMerge.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"removeID\",\"url\":\"classes/StreamMerge.html#removeID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"removeAll\",\"url\":\"classes/StreamMerge.html#removeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"removeAllIDs\",\"url\":\"classes/StreamMerge.html#removeAllIDs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/StreamMerge.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"markDone\",\"url\":\"classes/StreamMerge.html#markDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/StreamMerge.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/StreamMerge.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/StreamMerge.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/StreamMerge.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/StreamMerge.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/StreamMerge.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/StreamMerge.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/StreamMerge.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/StreamMerge.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/StreamMerge.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/StreamMerge.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/StreamMerge.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/StreamMerge.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/StreamMerge.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/StreamMerge.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/StreamMerge.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/StreamMerge.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/StreamMerge.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/StreamMerge.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/StreamMerge.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/StreamMerge.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/StreamMerge.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/StreamMerge.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/StreamMerge.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/StreamMerge.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/StreamMerge.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/StreamMerge.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/StreamMerge.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/StreamMerge.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/StreamMerge.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamMerge\"},{\"kind\":256,\"name\":\"MetaStreamOpts\",\"url\":\"interfaces/MetaStreamOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"emitLast\",\"url\":\"interfaces/MetaStreamOpts.html#emitLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MetaStreamOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MetaStreamOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MetaStreamOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/MetaStreamOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MetaStreamOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/MetaStreamOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MetaStreamOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/MetaStreamOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MetaStreamOpts\"},{\"kind\":64,\"name\":\"metaStream\",\"url\":\"functions/metaStream-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"MetaStream\",\"url\":\"classes/MetaStream.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MetaStream.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"factory\",\"url\":\"classes/MetaStream.html#factory\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"stream\",\"url\":\"classes/MetaStream.html#stream\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"sub\",\"url\":\"classes/MetaStream.html#sub\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"emitLast\",\"url\":\"classes/MetaStream.html#emitLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"doneRequested\",\"url\":\"classes/MetaStream.html#doneRequested\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/MetaStream.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/MetaStream.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/MetaStream.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"detach\",\"url\":\"classes/MetaStream.html#detach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/MetaStream.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/MetaStream.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/MetaStream.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/MetaStream.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/MetaStream.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/MetaStream.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/MetaStream.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/MetaStream.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/MetaStream.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/MetaStream.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/MetaStream.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/MetaStream.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/MetaStream.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/MetaStream.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/MetaStream.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/MetaStream.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/MetaStream.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/MetaStream.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/MetaStream.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/MetaStream.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/MetaStream.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/MetaStream.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/MetaStream.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/MetaStream.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/MetaStream.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/MetaStream.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/MetaStream.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/MetaStream.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"MetaStream\"},{\"kind\":64,\"name\":\"fromNodeJS\",\"url\":\"functions/fromNodeJS.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"linesFromNodeJS\",\"url\":\"functions/linesFromNodeJS.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"KeyStreams\",\"url\":\"types/KeyStreams.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"StreamObj\",\"url\":\"interfaces/StreamObj.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"streams\",\"url\":\"interfaces/StreamObj.html#streams\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObj\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"interfaces/StreamObj.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"StreamObj\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"interfaces/StreamObj.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"StreamObj\"},{\"kind\":256,\"name\":\"StreamObjOpts\",\"url\":\"interfaces/StreamObjOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"interfaces/StreamObjOpts.html#keys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"initial\",\"url\":\"interfaces/StreamObjOpts.html#initial\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"defaults\",\"url\":\"interfaces/StreamObjOpts.html#defaults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"dedupe\",\"url\":\"interfaces/StreamObjOpts.html#dedupe\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"equiv\",\"url\":\"interfaces/StreamObjOpts.html#equiv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/StreamObjOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/StreamObjOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/StreamObjOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamObjOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/StreamObjOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamObjOpts\"},{\"kind\":64,\"name\":\"fromObject\",\"url\":\"functions/fromObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"postWorker\",\"url\":\"functions/postWorker.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromPromise\",\"url\":\"functions/fromPromise.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromPromises\",\"url\":\"functions/fromPromises.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"PubSubOpts\",\"url\":\"interfaces/PubSubOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"topic\",\"url\":\"interfaces/PubSubOpts.html#topic\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PubSubOpts\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/PubSubOpts.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PubSubOpts\"},{\"kind\":1024,\"name\":\"equiv\",\"url\":\"interfaces/PubSubOpts.html#equiv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PubSubOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/PubSubOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PubSubOpts\"},{\"kind\":64,\"name\":\"pubsub\",\"url\":\"functions/pubsub-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"PubSub\",\"url\":\"classes/PubSub.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PubSub.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"topicfn\",\"url\":\"classes/PubSub.html#topicfn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"topics\",\"url\":\"classes/PubSub.html#topics\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/PubSub.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/PubSub.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"subscribeTopic\",\"url\":\"classes/PubSub.html#subscribeTopic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"transformTopic\",\"url\":\"classes/PubSub.html#transformTopic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"unsubscribeTopic\",\"url\":\"classes/PubSub.html#unsubscribeTopic\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/PubSub.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/PubSub.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/PubSub.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/PubSub.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/PubSub.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/PubSub.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/PubSub.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/PubSub.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/PubSub.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/PubSub.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/PubSub.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/PubSub.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/PubSub.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/PubSub.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/PubSub.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/PubSub.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/PubSub.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/PubSub.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/PubSub.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/PubSub.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/PubSub.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/PubSub.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/PubSub.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/PubSub.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/PubSub.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/PubSub.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/PubSub.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/PubSub.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/PubSub.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"PubSub\"},{\"kind\":64,\"name\":\"fromRAF\",\"url\":\"functions/fromRAF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ResolverOpts\",\"url\":\"interfaces/ResolverOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"fail\",\"url\":\"interfaces/ResolverOpts.html#fail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResolverOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ResolverOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ResolverOpts\"},{\"kind\":64,\"name\":\"resolve\",\"url\":\"functions/resolve.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Resolver\",\"url\":\"classes/Resolver.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Resolver.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"outstanding\",\"url\":\"classes/Resolver.html#outstanding\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"fail\",\"url\":\"classes/Resolver.html#fail\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Resolver.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/Resolver.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/Resolver.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/Resolver.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/Resolver.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/Resolver.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/Resolver.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/Resolver.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/Resolver.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/Resolver.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/Resolver.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/Resolver.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/Resolver.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Resolver.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/Resolver.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/Resolver.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/Resolver.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/Resolver.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/Resolver.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/Resolver.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/Resolver.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/Resolver.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Resolver.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/Resolver.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/Resolver.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/Resolver.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/Resolver.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/Resolver.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/Resolver.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/Resolver.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/Resolver.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Resolver\"},{\"kind\":256,\"name\":\"SidechainPartitionOpts\",\"url\":\"interfaces/SidechainPartitionOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"pred\",\"url\":\"interfaces/SidechainPartitionOpts.html#pred\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SidechainPartitionOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/SidechainPartitionOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainPartitionOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/SidechainPartitionOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainPartitionOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/SidechainPartitionOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainPartitionOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/SidechainPartitionOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainPartitionOpts\"},{\"kind\":64,\"name\":\"sidechainPartition\",\"url\":\"functions/sidechainPartition-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sidechainPartitionRAF\",\"url\":\"functions/sidechainPartitionRAF.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"SidechainPartition\",\"url\":\"classes/SidechainPartition.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SidechainPartition.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/SidechainPartition.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/SidechainPartition.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"sideSub\",\"url\":\"classes/SidechainPartition.html#sideSub\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/SidechainPartition.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/SidechainPartition.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/SidechainPartition.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/SidechainPartition.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/SidechainPartition.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/SidechainPartition.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/SidechainPartition.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/SidechainPartition.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/SidechainPartition.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/SidechainPartition.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/SidechainPartition.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/SidechainPartition.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/SidechainPartition.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/SidechainPartition.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/SidechainPartition.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/SidechainPartition.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/SidechainPartition.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/SidechainPartition.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/SidechainPartition.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/SidechainPartition.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/SidechainPartition.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/SidechainPartition.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/SidechainPartition.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/SidechainPartition.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/SidechainPartition.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/SidechainPartition.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/SidechainPartition.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/SidechainPartition.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/SidechainPartition.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/SidechainPartition.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainPartition\"},{\"kind\":256,\"name\":\"SidechainToggleOpts\",\"url\":\"interfaces/SidechainToggleOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"pred\",\"url\":\"interfaces/SidechainToggleOpts.html#pred\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":1024,\"name\":\"initial\",\"url\":\"interfaces/SidechainToggleOpts.html#initial\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/SidechainToggleOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/SidechainToggleOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/SidechainToggleOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/SidechainToggleOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SidechainToggleOpts\"},{\"kind\":64,\"name\":\"sidechainToggle\",\"url\":\"functions/sidechainToggle-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"SidechainToggle\",\"url\":\"classes/SidechainToggle.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SidechainToggle.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"isActive\",\"url\":\"classes/SidechainToggle.html#isActive\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/SidechainToggle.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"sideSub\",\"url\":\"classes/SidechainToggle.html#sideSub\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/SidechainToggle.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/SidechainToggle.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/SidechainToggle.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/SidechainToggle.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/SidechainToggle.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/SidechainToggle.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/SidechainToggle.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/SidechainToggle.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/SidechainToggle.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/SidechainToggle.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/SidechainToggle.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/SidechainToggle.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/SidechainToggle.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/SidechainToggle.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/SidechainToggle.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/SidechainToggle.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/SidechainToggle.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/SidechainToggle.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/SidechainToggle.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/SidechainToggle.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/SidechainToggle.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/SidechainToggle.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/SidechainToggle.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/SidechainToggle.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/SidechainToggle.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/SidechainToggle.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/SidechainToggle.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/SidechainToggle.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/SidechainToggle.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/SidechainToggle.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"SidechainToggle\"},{\"kind\":64,\"name\":\"stream\",\"url\":\"functions/stream-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"reactive\",\"url\":\"functions/reactive.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Stream\",\"url\":\"classes/Stream.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Stream.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"classes/Stream.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"_cancel\",\"url\":\"classes/Stream.html#_cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"_inited\",\"url\":\"classes/Stream.html#_inited\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/Stream.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/Stream.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/Stream.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Stream.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/Stream.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/Stream.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/Stream.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/Stream.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/Stream.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/Stream.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/Stream.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/Stream.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/Stream.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/Stream.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/Stream.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/Stream.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Stream.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/Stream.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/Stream.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/Stream.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/Stream.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/Stream.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/Stream.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Stream.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/Stream.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/Stream.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/Stream.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/Stream.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/Stream.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/Stream.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/Stream.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/Stream.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Stream\"},{\"kind\":64,\"name\":\"subscription\",\"url\":\"functions/subscription-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Subscription\",\"url\":\"classes/Subscription.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Subscription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/Subscription.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/Subscription.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/Subscription.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/Subscription.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/Subscription.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/Subscription.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/Subscription.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/Subscription.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/Subscription.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/Subscription.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/Subscription.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Subscription.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/Subscription.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/Subscription.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/Subscription.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/Subscription.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/Subscription.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/Subscription.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/Subscription.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/Subscription.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Subscription.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/Subscription.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Subscription.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/Subscription.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/Subscription.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/Subscription.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/Subscription.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/Subscription.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/Subscription.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/Subscription.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/Subscription.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"Subscription\"},{\"kind\":4194304,\"name\":\"SyncTuple\",\"url\":\"types/SyncTuple.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"StreamSyncOpts\",\"url\":\"interfaces/StreamSyncOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/StreamSyncOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"mergeOnly\",\"url\":\"interfaces/StreamSyncOpts.html#mergeOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/StreamSyncOpts.html#reset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"all\",\"url\":\"interfaces/StreamSyncOpts.html#all\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"backPressure\",\"url\":\"interfaces/StreamSyncOpts.html#backPressure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"clean\",\"url\":\"interfaces/StreamSyncOpts.html#clean\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/StreamSyncOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/StreamSyncOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/StreamSyncOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/StreamSyncOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamSyncOpts\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"interfaces/StreamSyncOpts.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"StreamSyncOpts\"},{\"kind\":64,\"name\":\"sync\",\"url\":\"functions/sync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"StreamSync\",\"url\":\"classes/StreamSync.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StreamSync.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"sources\",\"url\":\"classes/StreamSync.html#sources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"idSources\",\"url\":\"classes/StreamSync.html#idSources\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"realSourceIDs\",\"url\":\"classes/StreamSync.html#realSourceIDs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"invRealSourceIDs\",\"url\":\"classes/StreamSync.html#invRealSourceIDs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"psync\",\"url\":\"classes/StreamSync.html#psync\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"clean\",\"url\":\"classes/StreamSync.html#clean\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"add\",\"url\":\"classes/StreamSync.html#add\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"addAll\",\"url\":\"classes/StreamSync.html#addAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/StreamSync.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"removeID\",\"url\":\"classes/StreamSync.html#removeID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"removeAll\",\"url\":\"classes/StreamSync.html#removeAll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"removeAllIDs\",\"url\":\"classes/StreamSync.html#removeAllIDs\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"getSourceForID\",\"url\":\"classes/StreamSync.html#getSourceForID\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"getSources\",\"url\":\"classes/StreamSync.html#getSources\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/StreamSync.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"markDone\",\"url\":\"classes/StreamSync.html#markDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/StreamSync.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/StreamSync.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/StreamSync.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/StreamSync.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/StreamSync.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/StreamSync.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/StreamSync.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/StreamSync.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/StreamSync.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/StreamSync.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/StreamSync.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/StreamSync.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/StreamSync.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/StreamSync.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/StreamSync.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/StreamSync.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/StreamSync.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/StreamSync.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/StreamSync.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/StreamSync.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/StreamSync.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/StreamSync.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/StreamSync.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/StreamSync.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/StreamSync.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/StreamSync.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/StreamSync.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/StreamSync.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/StreamSync.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/StreamSync.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"StreamSync\"},{\"kind\":256,\"name\":\"TimeoutOpts\",\"url\":\"interfaces/TimeoutOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TimeoutOpts.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeoutOpts\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/TimeoutOpts.html#reset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeoutOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/TimeoutOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TimeoutOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/TimeoutOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TimeoutOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/TimeoutOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TimeoutOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/TimeoutOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TimeoutOpts\"},{\"kind\":64,\"name\":\"timeout\",\"url\":\"functions/timeout.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"trace\",\"url\":\"functions/trace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"transduce\",\"url\":\"functions/transduce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"trigger\",\"url\":\"functions/trigger.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"TunnelOpts\",\"url\":\"interfaces/TunnelOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"interfaces/TunnelOpts.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":1024,\"name\":\"maxWorkers\",\"url\":\"interfaces/TunnelOpts.html#maxWorkers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/TunnelOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":1024,\"name\":\"transferables\",\"url\":\"interfaces/TunnelOpts.html#transferables\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":1024,\"name\":\"terminate\",\"url\":\"interfaces/TunnelOpts.html#terminate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":1024,\"name\":\"interrupt\",\"url\":\"interfaces/TunnelOpts.html#interrupt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TunnelOpts\"},{\"kind\":64,\"name\":\"tunnel\",\"url\":\"functions/tunnel-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Tunnel\",\"url\":\"classes/Tunnel.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tunnel.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"workers\",\"url\":\"classes/Tunnel.html#workers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"src\",\"url\":\"classes/Tunnel.html#src\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"transferables\",\"url\":\"classes/Tunnel.html#transferables\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"terminate\",\"url\":\"classes/Tunnel.html#terminate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"interrupt\",\"url\":\"classes/Tunnel.html#interrupt\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"index\",\"url\":\"classes/Tunnel.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"next\",\"url\":\"classes/Tunnel.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"done\",\"url\":\"classes/Tunnel.html#done\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/Tunnel.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"classes/Tunnel.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"classes/Tunnel.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/Tunnel.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"__owner\",\"url\":\"classes/Tunnel.html#__owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"xform\",\"url\":\"classes/Tunnel.html#xform\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"cacheLast\",\"url\":\"classes/Tunnel.html#cacheLast\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"last\",\"url\":\"classes/Tunnel.html#last\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"classes/Tunnel.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"subs\",\"url\":\"classes/Tunnel.html#subs\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":1024,\"name\":\"wrapped\",\"url\":\"classes/Tunnel.html#wrapped\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Tunnel.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"getState\",\"url\":\"classes/Tunnel.html#getState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"setState\",\"url\":\"classes/Tunnel.html#setState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/Tunnel.html#subscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"transform\",\"url\":\"classes/Tunnel.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"map\",\"url\":\"classes/Tunnel.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"unsubscribe\",\"url\":\"classes/Tunnel.html#unsubscribe\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"unsubscribeSelf\",\"url\":\"classes/Tunnel.html#unsubscribeSelf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"unsubscribeChild\",\"url\":\"classes/Tunnel.html#unsubscribeChild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Tunnel.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"unhandledError\",\"url\":\"classes/Tunnel.html#unhandledError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"dispatchTo\",\"url\":\"classes/Tunnel.html#dispatchTo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"dispatch\",\"url\":\"classes/Tunnel.html#dispatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"dispatchXform\",\"url\":\"classes/Tunnel.html#dispatchXform\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"dispatchXformDone\",\"url\":\"classes/Tunnel.html#dispatchXformDone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"dispatchXformVals\",\"url\":\"classes/Tunnel.html#dispatchXformVals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"ensureState\",\"url\":\"classes/Tunnel.html#ensureState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":2048,\"name\":\"release\",\"url\":\"classes/Tunnel.html#release\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"Tunnel\"},{\"kind\":64,\"name\":\"tween\",\"url\":\"functions/tween.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tweenNumber\",\"url\":\"functions/tweenNumber.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"fromView\",\"url\":\"functions/fromView.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"FromViewOpts\",\"url\":\"interfaces/FromViewOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/FromViewOpts.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"tx\",\"url\":\"interfaces/FromViewOpts.html#tx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"equiv\",\"url\":\"interfaces/FromViewOpts.html#equiv\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/FromViewOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/FromViewOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/FromViewOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromViewOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/FromViewOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromViewOpts\"},{\"kind\":4194304,\"name\":\"FromViewUnsafeOpts\",\"url\":\"types/FromViewUnsafeOpts.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":64,\"name\":\"fromViewUnsafe\",\"url\":\"functions/fromViewUnsafe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"FromWorkerOpts\",\"url\":\"interfaces/FromWorkerOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"terminate\",\"url\":\"interfaces/FromWorkerOpts.html#terminate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FromWorkerOpts\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/FromWorkerOpts.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromWorkerOpts\"},{\"kind\":1024,\"name\":\"closeIn\",\"url\":\"interfaces/FromWorkerOpts.html#closeIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromWorkerOpts\"},{\"kind\":1024,\"name\":\"closeOut\",\"url\":\"interfaces/FromWorkerOpts.html#closeOut\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromWorkerOpts\"},{\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/FromWorkerOpts.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromWorkerOpts\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/FromWorkerOpts.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FromWorkerOpts\"},{\"kind\":64,\"name\":\"fromWorker\",\"url\":\"functions/fromWorker.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,39.71]],[\"comment/0\",[]],[\"name/1\",[1,60.913]],[\"comment/1\",[]],[\"name/2\",[2,60.913]],[\"comment/2\",[]],[\"name/3\",[3,36.934]],[\"comment/3\",[]],[\"name/4\",[4,60.913]],[\"comment/4\",[]],[\"name/5\",[5,35.264]],[\"comment/5\",[]],[\"name/6\",[6,60.913]],[\"comment/6\",[]],[\"name/7\",[7,60.913]],[\"comment/7\",[]],[\"name/8\",[8,60.913]],[\"comment/8\",[]],[\"name/9\",[9,39.71]],[\"comment/9\",[]],[\"name/10\",[10,60.913]],[\"comment/10\",[]],[\"name/11\",[11,29.852]],[\"comment/11\",[]],[\"name/12\",[12,31.469]],[\"comment/12\",[]],[\"name/13\",[13,31.469]],[\"comment/13\",[]],[\"name/14\",[14,36.346]],[\"comment/14\",[]],[\"name/15\",[15,60.913]],[\"comment/15\",[]],[\"name/16\",[16,36.346]],[\"comment/16\",[]],[\"name/17\",[17,60.913]],[\"comment/17\",[]],[\"name/18\",[11,29.852]],[\"comment/18\",[]],[\"name/19\",[12,31.469]],[\"comment/19\",[]],[\"name/20\",[13,31.469]],[\"comment/20\",[]],[\"name/21\",[14,36.346]],[\"comment/21\",[]],[\"name/22\",[16,36.346]],[\"comment/22\",[]],[\"name/23\",[18,60.913]],[\"comment/23\",[]],[\"name/24\",[19,60.913]],[\"comment/24\",[]],[\"name/25\",[5,35.264]],[\"comment/25\",[]],[\"name/26\",[20,60.913]],[\"comment/26\",[]],[\"name/27\",[11,29.852]],[\"comment/27\",[]],[\"name/28\",[12,31.469]],[\"comment/28\",[]],[\"name/29\",[13,31.469]],[\"comment/29\",[]],[\"name/30\",[14,36.346]],[\"comment/30\",[]],[\"name/31\",[5,35.264]],[\"comment/31\",[]],[\"name/32\",[21,60.913]],[\"comment/32\",[]],[\"name/33\",[22,38.941]],[\"comment/33\",[]],[\"name/34\",[11,29.852]],[\"comment/34\",[]],[\"name/35\",[12,31.469]],[\"comment/35\",[]],[\"name/36\",[13,31.469]],[\"comment/36\",[]],[\"name/37\",[14,36.346]],[\"comment/37\",[]],[\"name/38\",[16,36.346]],[\"comment/38\",[]],[\"name/39\",[23,60.913]],[\"comment/39\",[]],[\"name/40\",[24,37.559]],[\"comment/40\",[]],[\"name/41\",[5,35.264]],[\"comment/41\",[]],[\"name/42\",[3,36.934]],[\"comment/42\",[]],[\"name/43\",[25,38.226]],[\"comment/43\",[]],[\"name/44\",[26,60.913]],[\"comment/44\",[]],[\"name/45\",[27,38.941]],[\"comment/45\",[]],[\"name/46\",[28,38.941]],[\"comment/46\",[]],[\"name/47\",[29,38.941]],[\"comment/47\",[]],[\"name/48\",[11,29.852]],[\"comment/48\",[]],[\"name/49\",[30,60.913]],[\"comment/49\",[]],[\"name/50\",[31,38.941]],[\"comment/50\",[]],[\"name/51\",[32,38.941]],[\"comment/51\",[]],[\"name/52\",[33,60.913]],[\"comment/52\",[]],[\"name/53\",[22,38.941]],[\"comment/53\",[]],[\"name/54\",[34,39.71]],[\"comment/54\",[]],[\"name/55\",[29,38.941]],[\"comment/55\",[]],[\"name/56\",[24,37.559]],[\"comment/56\",[]],[\"name/57\",[5,35.264]],[\"comment/57\",[]],[\"name/58\",[3,36.934]],[\"comment/58\",[]],[\"name/59\",[25,38.226]],[\"comment/59\",[]],[\"name/60\",[27,38.941]],[\"comment/60\",[]],[\"name/61\",[28,38.941]],[\"comment/61\",[]],[\"name/62\",[11,29.852]],[\"comment/62\",[]],[\"name/63\",[31,38.941]],[\"comment/63\",[]],[\"name/64\",[32,38.941]],[\"comment/64\",[]],[\"name/65\",[35,60.913]],[\"comment/65\",[]],[\"name/66\",[36,55.805]],[\"comment/66\",[]],[\"name/67\",[24,37.559]],[\"comment/67\",[]],[\"name/68\",[5,35.264]],[\"comment/68\",[]],[\"name/69\",[3,36.934]],[\"comment/69\",[]],[\"name/70\",[25,38.226]],[\"comment/70\",[]],[\"name/71\",[37,60.913]],[\"comment/71\",[]],[\"name/72\",[38,49.927]],[\"comment/72\",[]],[\"name/73\",[39,60.913]],[\"comment/73\",[]],[\"name/74\",[38,49.927]],[\"comment/74\",[]],[\"name/75\",[40,60.913]],[\"comment/75\",[]],[\"name/76\",[41,60.913]],[\"comment/76\",[]],[\"name/77\",[42,40.544]],[\"comment/77\",[]],[\"name/78\",[43,52.44]],[\"comment/78\",[]],[\"name/79\",[28,38.941]],[\"comment/79\",[]],[\"name/80\",[3,36.934]],[\"comment/80\",[]],[\"name/81\",[11,29.852]],[\"comment/81\",[]],[\"name/82\",[12,31.469]],[\"comment/82\",[]],[\"name/83\",[13,31.469]],[\"comment/83\",[]],[\"name/84\",[22,38.941]],[\"comment/84\",[]],[\"name/85\",[25,38.226]],[\"comment/85\",[]],[\"name/86\",[16,36.346]],[\"comment/86\",[]],[\"name/87\",[44,40.544]],[\"comment/87\",[]],[\"name/88\",[9,39.71]],[\"comment/88\",[]],[\"name/89\",[0,39.71]],[\"comment/89\",[]],[\"name/90\",[45,40.544]],[\"comment/90\",[]],[\"name/91\",[46,40.544]],[\"comment/91\",[]],[\"name/92\",[29,38.941]],[\"comment/92\",[]],[\"name/93\",[34,39.71]],[\"comment/93\",[]],[\"name/94\",[47,40.544]],[\"comment/94\",[]],[\"name/95\",[27,38.941]],[\"comment/95\",[]],[\"name/96\",[31,38.941]],[\"comment/96\",[]],[\"name/97\",[32,38.941]],[\"comment/97\",[]],[\"name/98\",[48,40.544]],[\"comment/98\",[]],[\"name/99\",[49,40.544]],[\"comment/99\",[]],[\"name/100\",[24,37.559]],[\"comment/100\",[]],[\"name/101\",[5,35.264]],[\"comment/101\",[]],[\"name/102\",[50,40.544]],[\"comment/102\",[]],[\"name/103\",[51,40.544]],[\"comment/103\",[]],[\"name/104\",[52,40.544]],[\"comment/104\",[]],[\"name/105\",[53,40.544]],[\"comment/105\",[]],[\"name/106\",[54,40.544]],[\"comment/106\",[]],[\"name/107\",[55,40.544]],[\"comment/107\",[]],[\"name/108\",[56,40.544]],[\"comment/108\",[]],[\"name/109\",[57,40.544]],[\"comment/109\",[]],[\"name/110\",[58,60.913]],[\"comment/110\",[]],[\"name/111\",[59,60.913]],[\"comment/111\",[]],[\"name/112\",[60,60.913]],[\"comment/112\",[]],[\"name/113\",[11,29.852]],[\"comment/113\",[]],[\"name/114\",[12,31.469]],[\"comment/114\",[]],[\"name/115\",[13,31.469]],[\"comment/115\",[]],[\"name/116\",[14,36.346]],[\"comment/116\",[]],[\"name/117\",[61,60.913]],[\"comment/117\",[]],[\"name/118\",[62,60.913]],[\"comment/118\",[]],[\"name/119\",[63,60.913]],[\"comment/119\",[]],[\"name/120\",[64,60.913]],[\"comment/120\",[]],[\"name/121\",[65,60.913]],[\"comment/121\",[]],[\"name/122\",[66,60.913]],[\"comment/122\",[]],[\"name/123\",[67,60.913]],[\"comment/123\",[]],[\"name/124\",[68,60.913]],[\"comment/124\",[]],[\"name/125\",[69,60.913]],[\"comment/125\",[]],[\"name/126\",[70,46.25]],[\"comment/126\",[]],[\"name/127\",[71,60.913]],[\"comment/127\",[]],[\"name/128\",[72,60.913]],[\"comment/128\",[]],[\"name/129\",[73,52.44]],[\"comment/129\",[]],[\"name/130\",[74,60.913]],[\"comment/130\",[]],[\"name/131\",[75,60.913]],[\"comment/131\",[]],[\"name/132\",[76,52.44]],[\"comment/132\",[]],[\"name/133\",[77,49.927]],[\"comment/133\",[]],[\"name/134\",[78,55.805]],[\"comment/134\",[]],[\"name/135\",[11,29.852]],[\"comment/135\",[]],[\"name/136\",[12,31.469]],[\"comment/136\",[]],[\"name/137\",[13,31.469]],[\"comment/137\",[]],[\"name/138\",[14,36.346]],[\"comment/138\",[]],[\"name/139\",[79,60.913]],[\"comment/139\",[]],[\"name/140\",[80,60.913]],[\"comment/140\",[]],[\"name/141\",[38,49.927]],[\"comment/141\",[]],[\"name/142\",[81,60.913]],[\"comment/142\",[]],[\"name/143\",[38,49.927]],[\"comment/143\",[]],[\"name/144\",[82,60.913]],[\"comment/144\",[]],[\"name/145\",[83,60.913]],[\"comment/145\",[]],[\"name/146\",[84,60.913]],[\"comment/146\",[]],[\"name/147\",[11,29.852]],[\"comment/147\",[]],[\"name/148\",[12,31.469]],[\"comment/148\",[]],[\"name/149\",[13,31.469]],[\"comment/149\",[]],[\"name/150\",[14,36.346]],[\"comment/150\",[]],[\"name/151\",[85,60.913]],[\"comment/151\",[]],[\"name/152\",[86,60.913]],[\"comment/152\",[]],[\"name/153\",[87,60.913]],[\"comment/153\",[]],[\"name/154\",[11,29.852]],[\"comment/154\",[]],[\"name/155\",[12,31.469]],[\"comment/155\",[]],[\"name/156\",[13,31.469]],[\"comment/156\",[]],[\"name/157\",[14,36.346]],[\"comment/157\",[]],[\"name/158\",[88,60.913]],[\"comment/158\",[]],[\"name/159\",[89,60.913]],[\"comment/159\",[]],[\"name/160\",[90,60.913]],[\"comment/160\",[]],[\"name/161\",[91,60.913]],[\"comment/161\",[]],[\"name/162\",[92,60.913]],[\"comment/162\",[]],[\"name/163\",[70,46.25]],[\"comment/163\",[]],[\"name/164\",[11,29.852]],[\"comment/164\",[]],[\"name/165\",[12,31.469]],[\"comment/165\",[]],[\"name/166\",[13,31.469]],[\"comment/166\",[]],[\"name/167\",[14,36.346]],[\"comment/167\",[]],[\"name/168\",[16,36.346]],[\"comment/168\",[]],[\"name/169\",[93,60.913]],[\"comment/169\",[]],[\"name/170\",[94,60.913]],[\"comment/170\",[]],[\"name/171\",[42,40.544]],[\"comment/171\",[]],[\"name/172\",[95,55.805]],[\"comment/172\",[]],[\"name/173\",[96,55.805]],[\"comment/173\",[]],[\"name/174\",[97,55.805]],[\"comment/174\",[]],[\"name/175\",[98,55.805]],[\"comment/175\",[]],[\"name/176\",[99,55.805]],[\"comment/176\",[]],[\"name/177\",[100,55.805]],[\"comment/177\",[]],[\"name/178\",[101,55.805]],[\"comment/178\",[]],[\"name/179\",[28,38.941]],[\"comment/179\",[]],[\"name/180\",[102,55.805]],[\"comment/180\",[]],[\"name/181\",[11,29.852]],[\"comment/181\",[]],[\"name/182\",[12,31.469]],[\"comment/182\",[]],[\"name/183\",[13,31.469]],[\"comment/183\",[]],[\"name/184\",[22,38.941]],[\"comment/184\",[]],[\"name/185\",[25,38.226]],[\"comment/185\",[]],[\"name/186\",[16,36.346]],[\"comment/186\",[]],[\"name/187\",[44,40.544]],[\"comment/187\",[]],[\"name/188\",[9,39.71]],[\"comment/188\",[]],[\"name/189\",[0,39.71]],[\"comment/189\",[]],[\"name/190\",[45,40.544]],[\"comment/190\",[]],[\"name/191\",[46,40.544]],[\"comment/191\",[]],[\"name/192\",[29,38.941]],[\"comment/192\",[]],[\"name/193\",[34,39.71]],[\"comment/193\",[]],[\"name/194\",[47,40.544]],[\"comment/194\",[]],[\"name/195\",[27,38.941]],[\"comment/195\",[]],[\"name/196\",[31,38.941]],[\"comment/196\",[]],[\"name/197\",[32,38.941]],[\"comment/197\",[]],[\"name/198\",[48,40.544]],[\"comment/198\",[]],[\"name/199\",[49,40.544]],[\"comment/199\",[]],[\"name/200\",[24,37.559]],[\"comment/200\",[]],[\"name/201\",[3,36.934]],[\"comment/201\",[]],[\"name/202\",[5,35.264]],[\"comment/202\",[]],[\"name/203\",[50,40.544]],[\"comment/203\",[]],[\"name/204\",[51,40.544]],[\"comment/204\",[]],[\"name/205\",[52,40.544]],[\"comment/205\",[]],[\"name/206\",[53,40.544]],[\"comment/206\",[]],[\"name/207\",[54,40.544]],[\"comment/207\",[]],[\"name/208\",[55,40.544]],[\"comment/208\",[]],[\"name/209\",[56,40.544]],[\"comment/209\",[]],[\"name/210\",[57,40.544]],[\"comment/210\",[]],[\"name/211\",[103,60.913]],[\"comment/211\",[]],[\"name/212\",[104,55.805]],[\"comment/212\",[]],[\"name/213\",[11,29.852]],[\"comment/213\",[]],[\"name/214\",[12,31.469]],[\"comment/214\",[]],[\"name/215\",[13,31.469]],[\"comment/215\",[]],[\"name/216\",[14,36.346]],[\"comment/216\",[]],[\"name/217\",[105,55.805]],[\"comment/217\",[]],[\"name/218\",[105,55.805]],[\"comment/218\",[]],[\"name/219\",[42,40.544]],[\"comment/219\",[]],[\"name/220\",[106,60.913]],[\"comment/220\",[]],[\"name/221\",[107,52.44]],[\"comment/221\",[]],[\"name/222\",[108,60.913]],[\"comment/222\",[]],[\"name/223\",[104,55.805]],[\"comment/223\",[]],[\"name/224\",[109,60.913]],[\"comment/224\",[]],[\"name/225\",[24,37.559]],[\"comment/225\",[]],[\"name/226\",[3,36.934]],[\"comment/226\",[]],[\"name/227\",[28,38.941]],[\"comment/227\",[]],[\"name/228\",[110,60.913]],[\"comment/228\",[]],[\"name/229\",[11,29.852]],[\"comment/229\",[]],[\"name/230\",[12,31.469]],[\"comment/230\",[]],[\"name/231\",[13,31.469]],[\"comment/231\",[]],[\"name/232\",[22,38.941]],[\"comment/232\",[]],[\"name/233\",[25,38.226]],[\"comment/233\",[]],[\"name/234\",[16,36.346]],[\"comment/234\",[]],[\"name/235\",[44,40.544]],[\"comment/235\",[]],[\"name/236\",[9,39.71]],[\"comment/236\",[]],[\"name/237\",[0,39.71]],[\"comment/237\",[]],[\"name/238\",[45,40.544]],[\"comment/238\",[]],[\"name/239\",[46,40.544]],[\"comment/239\",[]],[\"name/240\",[29,38.941]],[\"comment/240\",[]],[\"name/241\",[34,39.71]],[\"comment/241\",[]],[\"name/242\",[47,40.544]],[\"comment/242\",[]],[\"name/243\",[27,38.941]],[\"comment/243\",[]],[\"name/244\",[31,38.941]],[\"comment/244\",[]],[\"name/245\",[32,38.941]],[\"comment/245\",[]],[\"name/246\",[48,40.544]],[\"comment/246\",[]],[\"name/247\",[49,40.544]],[\"comment/247\",[]],[\"name/248\",[5,35.264]],[\"comment/248\",[]],[\"name/249\",[50,40.544]],[\"comment/249\",[]],[\"name/250\",[51,40.544]],[\"comment/250\",[]],[\"name/251\",[52,40.544]],[\"comment/251\",[]],[\"name/252\",[53,40.544]],[\"comment/252\",[]],[\"name/253\",[54,40.544]],[\"comment/253\",[]],[\"name/254\",[55,40.544]],[\"comment/254\",[]],[\"name/255\",[56,40.544]],[\"comment/255\",[]],[\"name/256\",[57,40.544]],[\"comment/256\",[]],[\"name/257\",[111,60.913]],[\"comment/257\",[]],[\"name/258\",[112,60.913]],[\"comment/258\",[]],[\"name/259\",[113,60.913]],[\"comment/259\",[]],[\"name/260\",[114,60.913]],[\"comment/260\",[]],[\"name/261\",[115,60.913]],[\"comment/261\",[]],[\"name/262\",[24,37.559]],[\"comment/262\",[]],[\"name/263\",[3,36.934]],[\"comment/263\",[]],[\"name/264\",[116,60.913]],[\"comment/264\",[]],[\"name/265\",[117,60.913]],[\"comment/265\",[]],[\"name/266\",[118,55.805]],[\"comment/266\",[]],[\"name/267\",[119,60.913]],[\"comment/267\",[]],[\"name/268\",[120,60.913]],[\"comment/268\",[]],[\"name/269\",[121,52.44]],[\"comment/269\",[]],[\"name/270\",[11,29.852]],[\"comment/270\",[]],[\"name/271\",[12,31.469]],[\"comment/271\",[]],[\"name/272\",[13,31.469]],[\"comment/272\",[]],[\"name/273\",[14,36.346]],[\"comment/273\",[]],[\"name/274\",[122,60.913]],[\"comment/274\",[]],[\"name/275\",[123,60.913]],[\"comment/275\",[]],[\"name/276\",[124,60.913]],[\"comment/276\",[]],[\"name/277\",[125,60.913]],[\"comment/277\",[]],[\"name/278\",[126,60.913]],[\"comment/278\",[]],[\"name/279\",[127,60.913]],[\"comment/279\",[]],[\"name/280\",[16,36.346]],[\"comment/280\",[]],[\"name/281\",[121,52.44]],[\"comment/281\",[]],[\"name/282\",[11,29.852]],[\"comment/282\",[]],[\"name/283\",[128,55.805]],[\"comment/283\",[]],[\"name/284\",[128,55.805]],[\"comment/284\",[]],[\"name/285\",[42,40.544]],[\"comment/285\",[]],[\"name/286\",[129,60.913]],[\"comment/286\",[]],[\"name/287\",[130,60.913]],[\"comment/287\",[]],[\"name/288\",[27,38.941]],[\"comment/288\",[]],[\"name/289\",[31,38.941]],[\"comment/289\",[]],[\"name/290\",[131,60.913]],[\"comment/290\",[]],[\"name/291\",[132,60.913]],[\"comment/291\",[]],[\"name/292\",[133,60.913]],[\"comment/292\",[]],[\"name/293\",[28,38.941]],[\"comment/293\",[]],[\"name/294\",[3,36.934]],[\"comment/294\",[]],[\"name/295\",[52,40.544]],[\"comment/295\",[]],[\"name/296\",[11,29.852]],[\"comment/296\",[]],[\"name/297\",[12,31.469]],[\"comment/297\",[]],[\"name/298\",[13,31.469]],[\"comment/298\",[]],[\"name/299\",[22,38.941]],[\"comment/299\",[]],[\"name/300\",[25,38.226]],[\"comment/300\",[]],[\"name/301\",[16,36.346]],[\"comment/301\",[]],[\"name/302\",[44,40.544]],[\"comment/302\",[]],[\"name/303\",[9,39.71]],[\"comment/303\",[]],[\"name/304\",[0,39.71]],[\"comment/304\",[]],[\"name/305\",[45,40.544]],[\"comment/305\",[]],[\"name/306\",[46,40.544]],[\"comment/306\",[]],[\"name/307\",[29,38.941]],[\"comment/307\",[]],[\"name/308\",[34,39.71]],[\"comment/308\",[]],[\"name/309\",[47,40.544]],[\"comment/309\",[]],[\"name/310\",[32,38.941]],[\"comment/310\",[]],[\"name/311\",[48,40.544]],[\"comment/311\",[]],[\"name/312\",[49,40.544]],[\"comment/312\",[]],[\"name/313\",[24,37.559]],[\"comment/313\",[]],[\"name/314\",[5,35.264]],[\"comment/314\",[]],[\"name/315\",[50,40.544]],[\"comment/315\",[]],[\"name/316\",[51,40.544]],[\"comment/316\",[]],[\"name/317\",[53,40.544]],[\"comment/317\",[]],[\"name/318\",[54,40.544]],[\"comment/318\",[]],[\"name/319\",[55,40.544]],[\"comment/319\",[]],[\"name/320\",[56,40.544]],[\"comment/320\",[]],[\"name/321\",[57,40.544]],[\"comment/321\",[]],[\"name/322\",[134,60.913]],[\"comment/322\",[]],[\"name/323\",[135,60.913]],[\"comment/323\",[]],[\"name/324\",[136,55.805]],[\"comment/324\",[]],[\"name/325\",[11,29.852]],[\"comment/325\",[]],[\"name/326\",[137,60.913]],[\"comment/326\",[]],[\"name/327\",[138,60.913]],[\"comment/327\",[]],[\"name/328\",[42,40.544]],[\"comment/328\",[]],[\"name/329\",[139,60.913]],[\"comment/329\",[]],[\"name/330\",[136,55.805]],[\"comment/330\",[]],[\"name/331\",[24,37.559]],[\"comment/331\",[]],[\"name/332\",[3,36.934]],[\"comment/332\",[]],[\"name/333\",[11,29.852]],[\"comment/333\",[]],[\"name/334\",[12,31.469]],[\"comment/334\",[]],[\"name/335\",[13,31.469]],[\"comment/335\",[]],[\"name/336\",[22,38.941]],[\"comment/336\",[]],[\"name/337\",[25,38.226]],[\"comment/337\",[]],[\"name/338\",[16,36.346]],[\"comment/338\",[]],[\"name/339\",[44,40.544]],[\"comment/339\",[]],[\"name/340\",[9,39.71]],[\"comment/340\",[]],[\"name/341\",[0,39.71]],[\"comment/341\",[]],[\"name/342\",[45,40.544]],[\"comment/342\",[]],[\"name/343\",[46,40.544]],[\"comment/343\",[]],[\"name/344\",[29,38.941]],[\"comment/344\",[]],[\"name/345\",[34,39.71]],[\"comment/345\",[]],[\"name/346\",[47,40.544]],[\"comment/346\",[]],[\"name/347\",[27,38.941]],[\"comment/347\",[]],[\"name/348\",[31,38.941]],[\"comment/348\",[]],[\"name/349\",[32,38.941]],[\"comment/349\",[]],[\"name/350\",[28,38.941]],[\"comment/350\",[]],[\"name/351\",[48,40.544]],[\"comment/351\",[]],[\"name/352\",[49,40.544]],[\"comment/352\",[]],[\"name/353\",[5,35.264]],[\"comment/353\",[]],[\"name/354\",[50,40.544]],[\"comment/354\",[]],[\"name/355\",[51,40.544]],[\"comment/355\",[]],[\"name/356\",[52,40.544]],[\"comment/356\",[]],[\"name/357\",[53,40.544]],[\"comment/357\",[]],[\"name/358\",[54,40.544]],[\"comment/358\",[]],[\"name/359\",[55,40.544]],[\"comment/359\",[]],[\"name/360\",[56,40.544]],[\"comment/360\",[]],[\"name/361\",[57,40.544]],[\"comment/361\",[]],[\"name/362\",[140,60.913]],[\"comment/362\",[]],[\"name/363\",[141,55.805]],[\"comment/363\",[]],[\"name/364\",[11,29.852]],[\"comment/364\",[]],[\"name/365\",[12,31.469]],[\"comment/365\",[]],[\"name/366\",[13,31.469]],[\"comment/366\",[]],[\"name/367\",[14,36.346]],[\"comment/367\",[]],[\"name/368\",[142,55.805]],[\"comment/368\",[]],[\"name/369\",[143,60.913]],[\"comment/369\",[]],[\"name/370\",[142,55.805]],[\"comment/370\",[]],[\"name/371\",[42,40.544]],[\"comment/371\",[]],[\"name/372\",[144,60.913]],[\"comment/372\",[]],[\"name/373\",[24,37.559]],[\"comment/373\",[]],[\"name/374\",[43,52.44]],[\"comment/374\",[]],[\"name/375\",[28,38.941]],[\"comment/375\",[]],[\"name/376\",[3,36.934]],[\"comment/376\",[]],[\"name/377\",[11,29.852]],[\"comment/377\",[]],[\"name/378\",[12,31.469]],[\"comment/378\",[]],[\"name/379\",[13,31.469]],[\"comment/379\",[]],[\"name/380\",[22,38.941]],[\"comment/380\",[]],[\"name/381\",[25,38.226]],[\"comment/381\",[]],[\"name/382\",[16,36.346]],[\"comment/382\",[]],[\"name/383\",[44,40.544]],[\"comment/383\",[]],[\"name/384\",[9,39.71]],[\"comment/384\",[]],[\"name/385\",[0,39.71]],[\"comment/385\",[]],[\"name/386\",[45,40.544]],[\"comment/386\",[]],[\"name/387\",[46,40.544]],[\"comment/387\",[]],[\"name/388\",[29,38.941]],[\"comment/388\",[]],[\"name/389\",[34,39.71]],[\"comment/389\",[]],[\"name/390\",[47,40.544]],[\"comment/390\",[]],[\"name/391\",[27,38.941]],[\"comment/391\",[]],[\"name/392\",[31,38.941]],[\"comment/392\",[]],[\"name/393\",[32,38.941]],[\"comment/393\",[]],[\"name/394\",[48,40.544]],[\"comment/394\",[]],[\"name/395\",[49,40.544]],[\"comment/395\",[]],[\"name/396\",[5,35.264]],[\"comment/396\",[]],[\"name/397\",[50,40.544]],[\"comment/397\",[]],[\"name/398\",[51,40.544]],[\"comment/398\",[]],[\"name/399\",[52,40.544]],[\"comment/399\",[]],[\"name/400\",[53,40.544]],[\"comment/400\",[]],[\"name/401\",[54,40.544]],[\"comment/401\",[]],[\"name/402\",[55,40.544]],[\"comment/402\",[]],[\"name/403\",[56,40.544]],[\"comment/403\",[]],[\"name/404\",[57,40.544]],[\"comment/404\",[]],[\"name/405\",[145,60.913]],[\"comment/405\",[]],[\"name/406\",[141,55.805]],[\"comment/406\",[]],[\"name/407\",[118,55.805]],[\"comment/407\",[]],[\"name/408\",[11,29.852]],[\"comment/408\",[]],[\"name/409\",[12,31.469]],[\"comment/409\",[]],[\"name/410\",[13,31.469]],[\"comment/410\",[]],[\"name/411\",[14,36.346]],[\"comment/411\",[]],[\"name/412\",[146,55.805]],[\"comment/412\",[]],[\"name/413\",[146,55.805]],[\"comment/413\",[]],[\"name/414\",[42,40.544]],[\"comment/414\",[]],[\"name/415\",[147,60.913]],[\"comment/415\",[]],[\"name/416\",[24,37.559]],[\"comment/416\",[]],[\"name/417\",[43,52.44]],[\"comment/417\",[]],[\"name/418\",[28,38.941]],[\"comment/418\",[]],[\"name/419\",[3,36.934]],[\"comment/419\",[]],[\"name/420\",[11,29.852]],[\"comment/420\",[]],[\"name/421\",[12,31.469]],[\"comment/421\",[]],[\"name/422\",[13,31.469]],[\"comment/422\",[]],[\"name/423\",[22,38.941]],[\"comment/423\",[]],[\"name/424\",[25,38.226]],[\"comment/424\",[]],[\"name/425\",[16,36.346]],[\"comment/425\",[]],[\"name/426\",[44,40.544]],[\"comment/426\",[]],[\"name/427\",[9,39.71]],[\"comment/427\",[]],[\"name/428\",[0,39.71]],[\"comment/428\",[]],[\"name/429\",[45,40.544]],[\"comment/429\",[]],[\"name/430\",[46,40.544]],[\"comment/430\",[]],[\"name/431\",[29,38.941]],[\"comment/431\",[]],[\"name/432\",[34,39.71]],[\"comment/432\",[]],[\"name/433\",[47,40.544]],[\"comment/433\",[]],[\"name/434\",[27,38.941]],[\"comment/434\",[]],[\"name/435\",[31,38.941]],[\"comment/435\",[]],[\"name/436\",[32,38.941]],[\"comment/436\",[]],[\"name/437\",[48,40.544]],[\"comment/437\",[]],[\"name/438\",[49,40.544]],[\"comment/438\",[]],[\"name/439\",[5,35.264]],[\"comment/439\",[]],[\"name/440\",[50,40.544]],[\"comment/440\",[]],[\"name/441\",[51,40.544]],[\"comment/441\",[]],[\"name/442\",[52,40.544]],[\"comment/442\",[]],[\"name/443\",[53,40.544]],[\"comment/443\",[]],[\"name/444\",[54,40.544]],[\"comment/444\",[]],[\"name/445\",[55,40.544]],[\"comment/445\",[]],[\"name/446\",[56,40.544]],[\"comment/446\",[]],[\"name/447\",[57,40.544]],[\"comment/447\",[]],[\"name/448\",[107,52.44]],[\"comment/448\",[]],[\"name/449\",[148,60.913]],[\"comment/449\",[]],[\"name/450\",[107,52.44]],[\"comment/450\",[]],[\"name/451\",[42,40.544]],[\"comment/451\",[]],[\"name/452\",[70,46.25]],[\"comment/452\",[]],[\"name/453\",[149,60.913]],[\"comment/453\",[]],[\"name/454\",[150,60.913]],[\"comment/454\",[]],[\"name/455\",[27,38.941]],[\"comment/455\",[]],[\"name/456\",[28,38.941]],[\"comment/456\",[]],[\"name/457\",[3,36.934]],[\"comment/457\",[]],[\"name/458\",[5,35.264]],[\"comment/458\",[]],[\"name/459\",[36,55.805]],[\"comment/459\",[]],[\"name/460\",[11,29.852]],[\"comment/460\",[]],[\"name/461\",[12,31.469]],[\"comment/461\",[]],[\"name/462\",[13,31.469]],[\"comment/462\",[]],[\"name/463\",[22,38.941]],[\"comment/463\",[]],[\"name/464\",[25,38.226]],[\"comment/464\",[]],[\"name/465\",[16,36.346]],[\"comment/465\",[]],[\"name/466\",[44,40.544]],[\"comment/466\",[]],[\"name/467\",[9,39.71]],[\"comment/467\",[]],[\"name/468\",[0,39.71]],[\"comment/468\",[]],[\"name/469\",[45,40.544]],[\"comment/469\",[]],[\"name/470\",[46,40.544]],[\"comment/470\",[]],[\"name/471\",[29,38.941]],[\"comment/471\",[]],[\"name/472\",[34,39.71]],[\"comment/472\",[]],[\"name/473\",[47,40.544]],[\"comment/473\",[]],[\"name/474\",[31,38.941]],[\"comment/474\",[]],[\"name/475\",[32,38.941]],[\"comment/475\",[]],[\"name/476\",[48,40.544]],[\"comment/476\",[]],[\"name/477\",[49,40.544]],[\"comment/477\",[]],[\"name/478\",[24,37.559]],[\"comment/478\",[]],[\"name/479\",[50,40.544]],[\"comment/479\",[]],[\"name/480\",[51,40.544]],[\"comment/480\",[]],[\"name/481\",[52,40.544]],[\"comment/481\",[]],[\"name/482\",[53,40.544]],[\"comment/482\",[]],[\"name/483\",[54,40.544]],[\"comment/483\",[]],[\"name/484\",[55,40.544]],[\"comment/484\",[]],[\"name/485\",[56,40.544]],[\"comment/485\",[]],[\"name/486\",[57,40.544]],[\"comment/486\",[]],[\"name/487\",[151,55.805]],[\"comment/487\",[]],[\"name/488\",[151,55.805]],[\"comment/488\",[]],[\"name/489\",[42,40.544]],[\"comment/489\",[]],[\"name/490\",[11,29.852]],[\"comment/490\",[]],[\"name/491\",[12,31.469]],[\"comment/491\",[]],[\"name/492\",[13,31.469]],[\"comment/492\",[]],[\"name/493\",[22,38.941]],[\"comment/493\",[]],[\"name/494\",[25,38.226]],[\"comment/494\",[]],[\"name/495\",[16,36.346]],[\"comment/495\",[]],[\"name/496\",[44,40.544]],[\"comment/496\",[]],[\"name/497\",[9,39.71]],[\"comment/497\",[]],[\"name/498\",[0,39.71]],[\"comment/498\",[]],[\"name/499\",[45,40.544]],[\"comment/499\",[]],[\"name/500\",[46,40.544]],[\"comment/500\",[]],[\"name/501\",[29,38.941]],[\"comment/501\",[]],[\"name/502\",[34,39.71]],[\"comment/502\",[]],[\"name/503\",[47,40.544]],[\"comment/503\",[]],[\"name/504\",[27,38.941]],[\"comment/504\",[]],[\"name/505\",[31,38.941]],[\"comment/505\",[]],[\"name/506\",[32,38.941]],[\"comment/506\",[]],[\"name/507\",[28,38.941]],[\"comment/507\",[]],[\"name/508\",[48,40.544]],[\"comment/508\",[]],[\"name/509\",[49,40.544]],[\"comment/509\",[]],[\"name/510\",[24,37.559]],[\"comment/510\",[]],[\"name/511\",[3,36.934]],[\"comment/511\",[]],[\"name/512\",[5,35.264]],[\"comment/512\",[]],[\"name/513\",[50,40.544]],[\"comment/513\",[]],[\"name/514\",[51,40.544]],[\"comment/514\",[]],[\"name/515\",[52,40.544]],[\"comment/515\",[]],[\"name/516\",[53,40.544]],[\"comment/516\",[]],[\"name/517\",[54,40.544]],[\"comment/517\",[]],[\"name/518\",[55,40.544]],[\"comment/518\",[]],[\"name/519\",[56,40.544]],[\"comment/519\",[]],[\"name/520\",[57,40.544]],[\"comment/520\",[]],[\"name/521\",[152,60.913]],[\"comment/521\",[]],[\"name/522\",[153,60.913]],[\"comment/522\",[]],[\"name/523\",[70,46.25]],[\"comment/523\",[]],[\"name/524\",[154,60.913]],[\"comment/524\",[]],[\"name/525\",[155,55.805]],[\"comment/525\",[]],[\"name/526\",[156,60.913]],[\"comment/526\",[]],[\"name/527\",[78,55.805]],[\"comment/527\",[]],[\"name/528\",[157,55.805]],[\"comment/528\",[]],[\"name/529\",[11,29.852]],[\"comment/529\",[]],[\"name/530\",[12,31.469]],[\"comment/530\",[]],[\"name/531\",[13,31.469]],[\"comment/531\",[]],[\"name/532\",[14,36.346]],[\"comment/532\",[]],[\"name/533\",[16,36.346]],[\"comment/533\",[]],[\"name/534\",[158,60.913]],[\"comment/534\",[]],[\"name/535\",[159,60.913]],[\"comment/535\",[]],[\"name/536\",[42,40.544]],[\"comment/536\",[]],[\"name/537\",[95,55.805]],[\"comment/537\",[]],[\"name/538\",[160,60.913]],[\"comment/538\",[]],[\"name/539\",[161,60.913]],[\"comment/539\",[]],[\"name/540\",[162,60.913]],[\"comment/540\",[]],[\"name/541\",[163,60.913]],[\"comment/541\",[]],[\"name/542\",[157,55.805]],[\"comment/542\",[]],[\"name/543\",[96,55.805]],[\"comment/543\",[]],[\"name/544\",[97,55.805]],[\"comment/544\",[]],[\"name/545\",[98,55.805]],[\"comment/545\",[]],[\"name/546\",[99,55.805]],[\"comment/546\",[]],[\"name/547\",[100,55.805]],[\"comment/547\",[]],[\"name/548\",[101,55.805]],[\"comment/548\",[]],[\"name/549\",[164,60.913]],[\"comment/549\",[]],[\"name/550\",[165,60.913]],[\"comment/550\",[]],[\"name/551\",[28,38.941]],[\"comment/551\",[]],[\"name/552\",[102,55.805]],[\"comment/552\",[]],[\"name/553\",[11,29.852]],[\"comment/553\",[]],[\"name/554\",[12,31.469]],[\"comment/554\",[]],[\"name/555\",[13,31.469]],[\"comment/555\",[]],[\"name/556\",[22,38.941]],[\"comment/556\",[]],[\"name/557\",[25,38.226]],[\"comment/557\",[]],[\"name/558\",[16,36.346]],[\"comment/558\",[]],[\"name/559\",[44,40.544]],[\"comment/559\",[]],[\"name/560\",[9,39.71]],[\"comment/560\",[]],[\"name/561\",[0,39.71]],[\"comment/561\",[]],[\"name/562\",[45,40.544]],[\"comment/562\",[]],[\"name/563\",[46,40.544]],[\"comment/563\",[]],[\"name/564\",[29,38.941]],[\"comment/564\",[]],[\"name/565\",[34,39.71]],[\"comment/565\",[]],[\"name/566\",[47,40.544]],[\"comment/566\",[]],[\"name/567\",[27,38.941]],[\"comment/567\",[]],[\"name/568\",[31,38.941]],[\"comment/568\",[]],[\"name/569\",[32,38.941]],[\"comment/569\",[]],[\"name/570\",[48,40.544]],[\"comment/570\",[]],[\"name/571\",[49,40.544]],[\"comment/571\",[]],[\"name/572\",[24,37.559]],[\"comment/572\",[]],[\"name/573\",[3,36.934]],[\"comment/573\",[]],[\"name/574\",[5,35.264]],[\"comment/574\",[]],[\"name/575\",[50,40.544]],[\"comment/575\",[]],[\"name/576\",[51,40.544]],[\"comment/576\",[]],[\"name/577\",[52,40.544]],[\"comment/577\",[]],[\"name/578\",[53,40.544]],[\"comment/578\",[]],[\"name/579\",[54,40.544]],[\"comment/579\",[]],[\"name/580\",[55,40.544]],[\"comment/580\",[]],[\"name/581\",[56,40.544]],[\"comment/581\",[]],[\"name/582\",[57,40.544]],[\"comment/582\",[]],[\"name/583\",[166,60.913]],[\"comment/583\",[]],[\"name/584\",[5,35.264]],[\"comment/584\",[]],[\"name/585\",[155,55.805]],[\"comment/585\",[]],[\"name/586\",[11,29.852]],[\"comment/586\",[]],[\"name/587\",[12,31.469]],[\"comment/587\",[]],[\"name/588\",[13,31.469]],[\"comment/588\",[]],[\"name/589\",[14,36.346]],[\"comment/589\",[]],[\"name/590\",[167,60.913]],[\"comment/590\",[]],[\"name/591\",[168,60.913]],[\"comment/591\",[]],[\"name/592\",[169,60.913]],[\"comment/592\",[]],[\"name/593\",[170,60.913]],[\"comment/593\",[]],[\"name/594\",[171,60.913]],[\"comment/594\",[]],[\"name/595\",[70,46.25]],[\"comment/595\",[]],[\"name/596\",[172,60.913]],[\"comment/596\",[]],[\"name/597\",[11,29.852]],[\"comment/597\",[]],[\"name/598\",[73,52.44]],[\"comment/598\",[]],[\"name/599\",[77,49.927]],[\"comment/599\",[]],[\"name/600\",[76,52.44]],[\"comment/600\",[]],[\"name/601\",[173,55.805]],[\"comment/601\",[]],[\"name/602\",[173,55.805]],[\"comment/602\",[]],[\"name/603\",[42,40.544]],[\"comment/603\",[]],[\"name/604\",[174,60.913]],[\"comment/604\",[]],[\"name/605\",[70,46.25]],[\"comment/605\",[]],[\"name/606\",[73,52.44]],[\"comment/606\",[]],[\"name/607\",[77,49.927]],[\"comment/607\",[]],[\"name/608\",[76,52.44]],[\"comment/608\",[]],[\"name/609\",[175,60.913]],[\"comment/609\",[]],[\"name/610\",[24,37.559]],[\"comment/610\",[]],[\"name/611\",[3,36.934]],[\"comment/611\",[]],[\"name/612\",[11,29.852]],[\"comment/612\",[]],[\"name/613\",[12,31.469]],[\"comment/613\",[]],[\"name/614\",[13,31.469]],[\"comment/614\",[]],[\"name/615\",[22,38.941]],[\"comment/615\",[]],[\"name/616\",[25,38.226]],[\"comment/616\",[]],[\"name/617\",[16,36.346]],[\"comment/617\",[]],[\"name/618\",[44,40.544]],[\"comment/618\",[]],[\"name/619\",[9,39.71]],[\"comment/619\",[]],[\"name/620\",[0,39.71]],[\"comment/620\",[]],[\"name/621\",[45,40.544]],[\"comment/621\",[]],[\"name/622\",[46,40.544]],[\"comment/622\",[]],[\"name/623\",[29,38.941]],[\"comment/623\",[]],[\"name/624\",[34,39.71]],[\"comment/624\",[]],[\"name/625\",[47,40.544]],[\"comment/625\",[]],[\"name/626\",[27,38.941]],[\"comment/626\",[]],[\"name/627\",[31,38.941]],[\"comment/627\",[]],[\"name/628\",[32,38.941]],[\"comment/628\",[]],[\"name/629\",[28,38.941]],[\"comment/629\",[]],[\"name/630\",[48,40.544]],[\"comment/630\",[]],[\"name/631\",[49,40.544]],[\"comment/631\",[]],[\"name/632\",[5,35.264]],[\"comment/632\",[]],[\"name/633\",[50,40.544]],[\"comment/633\",[]],[\"name/634\",[51,40.544]],[\"comment/634\",[]],[\"name/635\",[52,40.544]],[\"comment/635\",[]],[\"name/636\",[53,40.544]],[\"comment/636\",[]],[\"name/637\",[54,40.544]],[\"comment/637\",[]],[\"name/638\",[55,40.544]],[\"comment/638\",[]],[\"name/639\",[56,40.544]],[\"comment/639\",[]],[\"name/640\",[57,40.544]],[\"comment/640\",[]],[\"name/641\",[176,60.913]],[\"comment/641\",[]],[\"name/642\",[177,60.913]],[\"comment/642\",[]],[\"name/643\",[178,60.913]],[\"comment/643\",[]],[\"name/644\",[179,60.913]],[\"comment/644\",[]],[\"name/645\",[180,60.913]],[\"comment/645\",[]],[\"name/646\",[181,60.913]],[\"comment/646\",[]],[\"name/647\",[121,52.44]],[\"comment/647\",[]],[\"name/648\",[11,29.852]],[\"comment/648\",[]],[\"name/649\",[12,31.469]],[\"comment/649\",[]],[\"name/650\",[13,31.469]],[\"comment/650\",[]],[\"name/651\",[14,36.346]],[\"comment/651\",[]],[\"name/652\",[182,60.913]],[\"comment/652\",[]],[\"name/653\",[183,60.913]],[\"comment/653\",[]],[\"name/654\",[184,60.913]],[\"comment/654\",[]],[\"name/655\",[77,49.927]],[\"comment/655\",[]],[\"name/656\",[11,29.852]],[\"comment/656\",[]],[\"name/657\",[12,31.469]],[\"comment/657\",[]],[\"name/658\",[13,31.469]],[\"comment/658\",[]],[\"name/659\",[14,36.346]],[\"comment/659\",[]],[\"name/660\",[5,35.264]],[\"comment/660\",[]],[\"name/661\",[185,60.913]],[\"comment/661\",[]]],\"invertedIndex\":[[\"__nextid\",{\"_index\":82,\"name\":{\"144\":{}},\"comment\":{}}],[\"__owner\",{\"_index\":25,\"name\":{\"43\":{},\"59\":{},\"70\":{},\"85\":{},\"185\":{},\"233\":{},\"300\":{},\"337\":{},\"381\":{},\"424\":{},\"464\":{},\"494\":{},\"557\":{},\"616\":{}},\"comment\":{}}],[\"__type\",{\"_index\":38,\"name\":{\"72\":{},\"74\":{},\"141\":{},\"143\":{}},\"comment\":{}}],[\"_cancel\",{\"_index\":149,\"name\":{\"453\":{}},\"comment\":{}}],[\"_inited\",{\"_index\":150,\"name\":{\"454\":{}},\"comment\":{}}],[\"active\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"add\",{\"_index\":96,\"name\":{\"173\":{},\"543\":{}},\"comment\":{}}],[\"addall\",{\"_index\":97,\"name\":{\"174\":{},\"544\":{}},\"comment\":{}}],[\"all\",{\"_index\":156,\"name\":{\"526\":{}},\"comment\":{}}],[\"asidechain\",{\"_index\":41,\"name\":{\"76\":{}},\"comment\":{}}],[\"backpressure\",{\"_index\":78,\"name\":{\"134\":{},\"527\":{}},\"comment\":{}}],[\"bisect\",{\"_index\":62,\"name\":{\"118\":{}},\"comment\":{}}],[\"buf\",{\"_index\":144,\"name\":{\"372\":{}},\"comment\":{}}],[\"cache\",{\"_index\":14,\"name\":{\"14\":{},\"21\":{},\"30\":{},\"37\":{},\"116\":{},\"138\":{},\"150\":{},\"157\":{},\"167\":{},\"216\":{},\"273\":{},\"367\":{},\"411\":{},\"532\":{},\"589\":{},\"651\":{},\"659\":{}},\"comment\":{}}],[\"cachelast\",{\"_index\":44,\"name\":{\"87\":{},\"187\":{},\"235\":{},\"302\":{},\"339\":{},\"383\":{},\"426\":{},\"466\":{},\"496\":{},\"559\":{},\"618\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":36,\"name\":{\"66\":{},\"459\":{}},\"comment\":{}}],[\"changed\",{\"_index\":60,\"name\":{\"112\":{}},\"comment\":{}}],[\"clean\",{\"_index\":157,\"name\":{\"528\":{},\"542\":{}},\"comment\":{}}],[\"closein\",{\"_index\":12,\"name\":{\"12\":{},\"19\":{},\"28\":{},\"35\":{},\"82\":{},\"114\":{},\"136\":{},\"148\":{},\"155\":{},\"165\":{},\"182\":{},\"214\":{},\"230\":{},\"271\":{},\"297\":{},\"334\":{},\"365\":{},\"378\":{},\"409\":{},\"421\":{},\"461\":{},\"491\":{},\"530\":{},\"554\":{},\"587\":{},\"613\":{},\"649\":{},\"657\":{}},\"comment\":{}}],[\"closemode\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"closeout\",{\"_index\":13,\"name\":{\"13\":{},\"20\":{},\"29\":{},\"36\":{},\"83\":{},\"115\":{},\"137\":{},\"149\":{},\"156\":{},\"166\":{},\"183\":{},\"215\":{},\"231\":{},\"272\":{},\"298\":{},\"335\":{},\"366\":{},\"379\":{},\"410\":{},\"422\":{},\"462\":{},\"492\":{},\"531\":{},\"555\":{},\"588\":{},\"614\":{},\"650\":{},\"658\":{}},\"comment\":{}}],[\"commonopts\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":42,\"name\":{\"77\":{},\"171\":{},\"219\":{},\"285\":{},\"328\":{},\"371\":{},\"414\":{},\"451\":{},\"489\":{},\"536\":{},\"603\":{}},\"comment\":{}}],[\"debounce\",{\"_index\":64,\"name\":{\"120\":{}},\"comment\":{}}],[\"dedupe\",{\"_index\":120,\"name\":{\"268\":{}},\"comment\":{}}],[\"defaults\",{\"_index\":119,\"name\":{\"267\":{}},\"comment\":{}}],[\"definlineworker\",{\"_index\":65,\"name\":{\"121\":{}},\"comment\":{}}],[\"defworker\",{\"_index\":66,\"name\":{\"122\":{}},\"comment\":{}}],[\"delay\",{\"_index\":87,\"name\":{\"153\":{}},\"comment\":{}}],[\"deref\",{\"_index\":29,\"name\":{\"47\":{},\"55\":{},\"92\":{},\"192\":{},\"240\":{},\"307\":{},\"344\":{},\"388\":{},\"431\":{},\"471\":{},\"501\":{},\"564\":{},\"623\":{}},\"comment\":{}}],[\"detach\",{\"_index\":110,\"name\":{\"228\":{}},\"comment\":{}}],[\"dispatch\",{\"_index\":52,\"name\":{\"104\":{},\"205\":{},\"251\":{},\"295\":{},\"356\":{},\"399\":{},\"442\":{},\"481\":{},\"515\":{},\"577\":{},\"635\":{}},\"comment\":{}}],[\"dispatchto\",{\"_index\":51,\"name\":{\"103\":{},\"204\":{},\"250\":{},\"316\":{},\"355\":{},\"398\":{},\"441\":{},\"480\":{},\"514\":{},\"576\":{},\"634\":{}},\"comment\":{}}],[\"dispatchxform\",{\"_index\":53,\"name\":{\"105\":{},\"206\":{},\"252\":{},\"317\":{},\"357\":{},\"400\":{},\"443\":{},\"482\":{},\"516\":{},\"578\":{},\"636\":{}},\"comment\":{}}],[\"dispatchxformdone\",{\"_index\":54,\"name\":{\"106\":{},\"207\":{},\"253\":{},\"318\":{},\"358\":{},\"401\":{},\"444\":{},\"483\":{},\"517\":{},\"579\":{},\"637\":{}},\"comment\":{}}],[\"dispatchxformvals\",{\"_index\":55,\"name\":{\"107\":{},\"208\":{},\"254\":{},\"319\":{},\"359\":{},\"402\":{},\"445\":{},\"484\":{},\"518\":{},\"580\":{},\"638\":{}},\"comment\":{}}],[\"done\",{\"_index\":3,\"name\":{\"3\":{},\"42\":{},\"58\":{},\"69\":{},\"80\":{},\"201\":{},\"226\":{},\"263\":{},\"294\":{},\"332\":{},\"376\":{},\"419\":{},\"457\":{},\"511\":{},\"573\":{},\"611\":{}},\"comment\":{}}],[\"donerequested\",{\"_index\":109,\"name\":{\"224\":{}},\"comment\":{}}],[\"emitfirst\",{\"_index\":59,\"name\":{\"111\":{}},\"comment\":{}}],[\"emitlast\",{\"_index\":104,\"name\":{\"212\":{},\"223\":{}},\"comment\":{}}],[\"ensurestate\",{\"_index\":56,\"name\":{\"108\":{},\"209\":{},\"255\":{},\"320\":{},\"360\":{},\"403\":{},\"446\":{},\"485\":{},\"519\":{},\"581\":{},\"639\":{}},\"comment\":{}}],[\"equiv\",{\"_index\":121,\"name\":{\"269\":{},\"281\":{},\"647\":{}},\"comment\":{}}],[\"error\",{\"_index\":5,\"name\":{\"5\":{},\"25\":{},\"31\":{},\"41\":{},\"57\":{},\"68\":{},\"101\":{},\"202\":{},\"248\":{},\"314\":{},\"353\":{},\"396\":{},\"439\":{},\"458\":{},\"512\":{},\"574\":{},\"584\":{},\"632\":{},\"660\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":18,\"name\":{\"23\":{}},\"comment\":{}}],[\"factory\",{\"_index\":106,\"name\":{\"220\":{}},\"comment\":{}}],[\"fail\",{\"_index\":136,\"name\":{\"324\":{},\"330\":{}},\"comment\":{}}],[\"first\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"fork\",{\"_index\":71,\"name\":{\"127\":{}},\"comment\":{}}],[\"forkbuffer\",{\"_index\":80,\"name\":{\"140\":{}},\"comment\":{}}],[\"forkjoin\",{\"_index\":79,\"name\":{\"139\":{}},\"comment\":{}}],[\"forkjoinopts\",{\"_index\":69,\"name\":{\"125\":{}},\"comment\":{}}],[\"fromatom\",{\"_index\":61,\"name\":{\"117\":{}},\"comment\":{}}],[\"fromatomopts\",{\"_index\":58,\"name\":{\"110\":{}},\"comment\":{}}],[\"fromdomevent\",{\"_index\":68,\"name\":{\"124\":{}},\"comment\":{}}],[\"fromevent\",{\"_index\":67,\"name\":{\"123\":{}},\"comment\":{}}],[\"frominterval\",{\"_index\":85,\"name\":{\"151\":{}},\"comment\":{}}],[\"fromintervalopts\",{\"_index\":83,\"name\":{\"145\":{}},\"comment\":{}}],[\"fromiterable\",{\"_index\":88,\"name\":{\"158\":{}},\"comment\":{}}],[\"fromiterableopts\",{\"_index\":86,\"name\":{\"152\":{}},\"comment\":{}}],[\"fromiterablesync\",{\"_index\":89,\"name\":{\"159\":{}},\"comment\":{}}],[\"fromnodejs\",{\"_index\":111,\"name\":{\"257\":{}},\"comment\":{}}],[\"fromobject\",{\"_index\":122,\"name\":{\"274\":{}},\"comment\":{}}],[\"frompromise\",{\"_index\":124,\"name\":{\"276\":{}},\"comment\":{}}],[\"frompromises\",{\"_index\":125,\"name\":{\"277\":{}},\"comment\":{}}],[\"fromraf\",{\"_index\":134,\"name\":{\"322\":{}},\"comment\":{}}],[\"fromview\",{\"_index\":178,\"name\":{\"643\":{}},\"comment\":{}}],[\"fromviewopts\",{\"_index\":179,\"name\":{\"644\":{}},\"comment\":{}}],[\"fromviewunsafe\",{\"_index\":183,\"name\":{\"653\":{}},\"comment\":{}}],[\"fromviewunsafeopts\",{\"_index\":182,\"name\":{\"652\":{}},\"comment\":{}}],[\"fromworker\",{\"_index\":185,\"name\":{\"661\":{}},\"comment\":{}}],[\"fromworkeropts\",{\"_index\":184,\"name\":{\"654\":{}},\"comment\":{}}],[\"getsourceforid\",{\"_index\":164,\"name\":{\"549\":{}},\"comment\":{}}],[\"getsources\",{\"_index\":165,\"name\":{\"550\":{}},\"comment\":{}}],[\"getstate\",{\"_index\":34,\"name\":{\"54\":{},\"93\":{},\"193\":{},\"241\":{},\"308\":{},\"345\":{},\"389\":{},\"432\":{},\"472\":{},\"502\":{},\"565\":{},\"624\":{}},\"comment\":{}}],[\"id\",{\"_index\":11,\"name\":{\"11\":{},\"18\":{},\"27\":{},\"34\":{},\"48\":{},\"62\":{},\"81\":{},\"113\":{},\"135\":{},\"147\":{},\"154\":{},\"164\":{},\"181\":{},\"213\":{},\"229\":{},\"270\":{},\"282\":{},\"296\":{},\"325\":{},\"333\":{},\"364\":{},\"377\":{},\"408\":{},\"420\":{},\"460\":{},\"490\":{},\"529\":{},\"553\":{},\"586\":{},\"597\":{},\"612\":{},\"648\":{},\"656\":{}},\"comment\":{}}],[\"idle\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"idsources\",{\"_index\":160,\"name\":{\"538\":{}},\"comment\":{}}],[\"index\",{\"_index\":175,\"name\":{\"609\":{}},\"comment\":{}}],[\"initial\",{\"_index\":118,\"name\":{\"266\":{},\"407\":{}},\"comment\":{}}],[\"interrupt\",{\"_index\":76,\"name\":{\"132\":{},\"600\":{},\"608\":{}},\"comment\":{}}],[\"invrealsourceids\",{\"_index\":162,\"name\":{\"540\":{}},\"comment\":{}}],[\"isactive\",{\"_index\":147,\"name\":{\"415\":{}},\"comment\":{}}],[\"issubscribable\",{\"_index\":63,\"name\":{\"119\":{}},\"comment\":{}}],[\"istream\",{\"_index\":35,\"name\":{\"65\":{}},\"comment\":{}}],[\"isubscribable\",{\"_index\":26,\"name\":{\"44\":{}},\"comment\":{}}],[\"isubscriber\",{\"_index\":23,\"name\":{\"39\":{}},\"comment\":{}}],[\"isubscription\",{\"_index\":33,\"name\":{\"52\":{}},\"comment\":{}}],[\"itransformable\",{\"_index\":30,\"name\":{\"49\":{}},\"comment\":{}}],[\"join\",{\"_index\":72,\"name\":{\"128\":{}},\"comment\":{}}],[\"joinbuffer\",{\"_index\":81,\"name\":{\"142\":{}},\"comment\":{}}],[\"keys\",{\"_index\":117,\"name\":{\"265\":{}},\"comment\":{}}],[\"keystreams\",{\"_index\":113,\"name\":{\"259\":{}},\"comment\":{}}],[\"last\",{\"_index\":9,\"name\":{\"9\":{},\"88\":{},\"188\":{},\"236\":{},\"303\":{},\"340\":{},\"384\":{},\"427\":{},\"467\":{},\"497\":{},\"560\":{},\"619\":{}},\"comment\":{}}],[\"linesfromnodejs\",{\"_index\":112,\"name\":{\"258\":{}},\"comment\":{}}],[\"logger\",{\"_index\":90,\"name\":{\"160\":{}},\"comment\":{}}],[\"map\",{\"_index\":32,\"name\":{\"51\":{},\"64\":{},\"97\":{},\"197\":{},\"245\":{},\"310\":{},\"349\":{},\"393\":{},\"436\":{},\"475\":{},\"506\":{},\"569\":{},\"628\":{}},\"comment\":{}}],[\"markdone\",{\"_index\":102,\"name\":{\"180\":{},\"552\":{}},\"comment\":{}}],[\"maxworkers\",{\"_index\":172,\"name\":{\"596\":{}},\"comment\":{}}],[\"merge\",{\"_index\":93,\"name\":{\"169\":{}},\"comment\":{}}],[\"mergeonly\",{\"_index\":154,\"name\":{\"524\":{}},\"comment\":{}}],[\"metastream\",{\"_index\":105,\"name\":{\"217\":{},\"218\":{}},\"comment\":{}}],[\"metastreamopts\",{\"_index\":103,\"name\":{\"211\":{}},\"comment\":{}}],[\"never\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"next\",{\"_index\":24,\"name\":{\"40\":{},\"56\":{},\"67\":{},\"100\":{},\"200\":{},\"225\":{},\"262\":{},\"313\":{},\"331\":{},\"373\":{},\"416\":{},\"478\":{},\"510\":{},\"572\":{},\"610\":{}},\"comment\":{}}],[\"num\",{\"_index\":84,\"name\":{\"146\":{}},\"comment\":{}}],[\"numworkers\",{\"_index\":75,\"name\":{\"131\":{}},\"comment\":{}}],[\"outstanding\",{\"_index\":139,\"name\":{\"329\":{}},\"comment\":{}}],[\"parent\",{\"_index\":22,\"name\":{\"33\":{},\"53\":{},\"84\":{},\"184\":{},\"232\":{},\"299\":{},\"336\":{},\"380\":{},\"423\":{},\"463\":{},\"493\":{},\"556\":{},\"615\":{}},\"comment\":{}}],[\"path\",{\"_index\":180,\"name\":{\"645\":{}},\"comment\":{}}],[\"postworker\",{\"_index\":123,\"name\":{\"275\":{}},\"comment\":{}}],[\"pred\",{\"_index\":141,\"name\":{\"363\":{},\"406\":{}},\"comment\":{}}],[\"psync\",{\"_index\":163,\"name\":{\"541\":{}},\"comment\":{}}],[\"pubsub\",{\"_index\":128,\"name\":{\"283\":{},\"284\":{}},\"comment\":{}}],[\"pubsubopts\",{\"_index\":126,\"name\":{\"278\":{}},\"comment\":{}}],[\"reactive\",{\"_index\":148,\"name\":{\"449\":{}},\"comment\":{}}],[\"realsourceids\",{\"_index\":161,\"name\":{\"539\":{}},\"comment\":{}}],[\"release\",{\"_index\":57,\"name\":{\"109\":{},\"210\":{},\"256\":{},\"321\":{},\"361\":{},\"404\":{},\"447\":{},\"486\":{},\"520\":{},\"582\":{},\"640\":{}},\"comment\":{}}],[\"remove\",{\"_index\":98,\"name\":{\"175\":{},\"545\":{}},\"comment\":{}}],[\"removeall\",{\"_index\":100,\"name\":{\"177\":{},\"547\":{}},\"comment\":{}}],[\"removeallids\",{\"_index\":101,\"name\":{\"178\":{},\"548\":{}},\"comment\":{}}],[\"removeid\",{\"_index\":99,\"name\":{\"176\":{},\"546\":{}},\"comment\":{}}],[\"reset\",{\"_index\":155,\"name\":{\"525\":{},\"585\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":137,\"name\":{\"326\":{}},\"comment\":{}}],[\"resolver\",{\"_index\":138,\"name\":{\"327\":{}},\"comment\":{}}],[\"resolveropts\",{\"_index\":135,\"name\":{\"323\":{}},\"comment\":{}}],[\"setlogger\",{\"_index\":91,\"name\":{\"161\":{}},\"comment\":{}}],[\"setstate\",{\"_index\":47,\"name\":{\"94\":{},\"194\":{},\"242\":{},\"309\":{},\"346\":{},\"390\":{},\"433\":{},\"473\":{},\"503\":{},\"566\":{},\"625\":{}},\"comment\":{}}],[\"sidechainpartition\",{\"_index\":142,\"name\":{\"368\":{},\"370\":{}},\"comment\":{}}],[\"sidechainpartitionopts\",{\"_index\":140,\"name\":{\"362\":{}},\"comment\":{}}],[\"sidechainpartitionraf\",{\"_index\":143,\"name\":{\"369\":{}},\"comment\":{}}],[\"sidechaintoggle\",{\"_index\":146,\"name\":{\"412\":{},\"413\":{}},\"comment\":{}}],[\"sidechaintoggleopts\",{\"_index\":145,\"name\":{\"405\":{}},\"comment\":{}}],[\"sidesub\",{\"_index\":43,\"name\":{\"78\":{},\"374\":{},\"417\":{}},\"comment\":{}}],[\"sources\",{\"_index\":95,\"name\":{\"172\":{},\"537\":{}},\"comment\":{}}],[\"src\",{\"_index\":70,\"name\":{\"126\":{},\"163\":{},\"452\":{},\"523\":{},\"595\":{},\"605\":{}},\"comment\":{}}],[\"state\",{\"_index\":0,\"name\":{\"0\":{},\"89\":{},\"189\":{},\"237\":{},\"304\":{},\"341\":{},\"385\":{},\"428\":{},\"468\":{},\"498\":{},\"561\":{},\"620\":{}},\"comment\":{}}],[\"stream\",{\"_index\":107,\"name\":{\"221\":{},\"448\":{},\"450\":{}},\"comment\":{}}],[\"streamcancel\",{\"_index\":37,\"name\":{\"71\":{}},\"comment\":{}}],[\"streammerge\",{\"_index\":94,\"name\":{\"170\":{}},\"comment\":{}}],[\"streammergeopts\",{\"_index\":92,\"name\":{\"162\":{}},\"comment\":{}}],[\"streamobj\",{\"_index\":114,\"name\":{\"260\":{}},\"comment\":{}}],[\"streamobjopts\",{\"_index\":116,\"name\":{\"264\":{}},\"comment\":{}}],[\"streams\",{\"_index\":115,\"name\":{\"261\":{}},\"comment\":{}}],[\"streamsource\",{\"_index\":39,\"name\":{\"73\":{}},\"comment\":{}}],[\"streamsync\",{\"_index\":159,\"name\":{\"535\":{}},\"comment\":{}}],[\"streamsyncopts\",{\"_index\":153,\"name\":{\"522\":{}},\"comment\":{}}],[\"sub\",{\"_index\":108,\"name\":{\"222\":{}},\"comment\":{}}],[\"subs\",{\"_index\":45,\"name\":{\"90\":{},\"190\":{},\"238\":{},\"305\":{},\"342\":{},\"386\":{},\"429\":{},\"469\":{},\"499\":{},\"562\":{},\"621\":{}},\"comment\":{}}],[\"subscribe\",{\"_index\":27,\"name\":{\"45\":{},\"60\":{},\"95\":{},\"195\":{},\"243\":{},\"288\":{},\"347\":{},\"391\":{},\"434\":{},\"455\":{},\"504\":{},\"567\":{},\"626\":{}},\"comment\":{}}],[\"subscribetopic\",{\"_index\":131,\"name\":{\"290\":{}},\"comment\":{}}],[\"subscription\",{\"_index\":151,\"name\":{\"487\":{},\"488\":{}},\"comment\":{}}],[\"subscriptionopts\",{\"_index\":21,\"name\":{\"32\":{}},\"comment\":{}}],[\"sync\",{\"_index\":158,\"name\":{\"534\":{}},\"comment\":{}}],[\"synctuple\",{\"_index\":152,\"name\":{\"521\":{}},\"comment\":{}}],[\"terminate\",{\"_index\":77,\"name\":{\"133\":{},\"599\":{},\"607\":{},\"655\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":167,\"name\":{\"590\":{}},\"comment\":{}}],[\"timeoutopts\",{\"_index\":166,\"name\":{\"583\":{}},\"comment\":{}}],[\"topic\",{\"_index\":127,\"name\":{\"279\":{}},\"comment\":{}}],[\"topicfn\",{\"_index\":129,\"name\":{\"286\":{}},\"comment\":{}}],[\"topics\",{\"_index\":130,\"name\":{\"287\":{}},\"comment\":{}}],[\"trace\",{\"_index\":168,\"name\":{\"591\":{}},\"comment\":{}}],[\"transduce\",{\"_index\":169,\"name\":{\"592\":{}},\"comment\":{}}],[\"transferables\",{\"_index\":73,\"name\":{\"129\":{},\"598\":{},\"606\":{}},\"comment\":{}}],[\"transform\",{\"_index\":31,\"name\":{\"50\":{},\"63\":{},\"96\":{},\"196\":{},\"244\":{},\"289\":{},\"348\":{},\"392\":{},\"435\":{},\"474\":{},\"505\":{},\"568\":{},\"627\":{}},\"comment\":{}}],[\"transformableopts\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"transformtopic\",{\"_index\":132,\"name\":{\"291\":{}},\"comment\":{}}],[\"trigger\",{\"_index\":170,\"name\":{\"593\":{}},\"comment\":{}}],[\"tunnel\",{\"_index\":173,\"name\":{\"601\":{},\"602\":{}},\"comment\":{}}],[\"tunnelopts\",{\"_index\":171,\"name\":{\"594\":{}},\"comment\":{}}],[\"tween\",{\"_index\":176,\"name\":{\"641\":{}},\"comment\":{}}],[\"tweennumber\",{\"_index\":177,\"name\":{\"642\":{}},\"comment\":{}}],[\"tx\",{\"_index\":181,\"name\":{\"646\":{}},\"comment\":{}}],[\"unhandlederror\",{\"_index\":50,\"name\":{\"102\":{},\"203\":{},\"249\":{},\"315\":{},\"354\":{},\"397\":{},\"440\":{},\"479\":{},\"513\":{},\"575\":{},\"633\":{}},\"comment\":{}}],[\"unsubscribe\",{\"_index\":28,\"name\":{\"46\":{},\"61\":{},\"79\":{},\"179\":{},\"227\":{},\"293\":{},\"350\":{},\"375\":{},\"418\":{},\"456\":{},\"507\":{},\"551\":{},\"629\":{}},\"comment\":{}}],[\"unsubscribechild\",{\"_index\":49,\"name\":{\"99\":{},\"199\":{},\"247\":{},\"312\":{},\"352\":{},\"395\":{},\"438\":{},\"477\":{},\"509\":{},\"571\":{},\"631\":{}},\"comment\":{}}],[\"unsubscribed\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"unsubscribeself\",{\"_index\":48,\"name\":{\"98\":{},\"198\":{},\"246\":{},\"311\":{},\"351\":{},\"394\":{},\"437\":{},\"476\":{},\"508\":{},\"570\":{},\"630\":{}},\"comment\":{}}],[\"unsubscribetopic\",{\"_index\":133,\"name\":{\"292\":{}},\"comment\":{}}],[\"witherrorhandler\",{\"_index\":19,\"name\":{\"24\":{}},\"comment\":{}}],[\"witherrorhandleropts\",{\"_index\":20,\"name\":{\"26\":{}},\"comment\":{}}],[\"withtransform\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"worker\",{\"_index\":74,\"name\":{\"130\":{}},\"comment\":{}}],[\"workers\",{\"_index\":174,\"name\":{\"604\":{}},\"comment\":{}}],[\"workersource\",{\"_index\":40,\"name\":{\"75\":{}},\"comment\":{}}],[\"wrapped\",{\"_index\":46,\"name\":{\"91\":{},\"191\":{},\"239\":{},\"306\":{},\"343\":{},\"387\":{},\"430\":{},\"470\":{},\"500\":{},\"563\":{},\"622\":{}},\"comment\":{}}],[\"xform\",{\"_index\":16,\"name\":{\"16\":{},\"22\":{},\"38\":{},\"86\":{},\"168\":{},\"186\":{},\"234\":{},\"280\":{},\"301\":{},\"338\":{},\"382\":{},\"425\":{},\"465\":{},\"495\":{},\"533\":{},\"558\":{},\"617\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|