lint readme
This commit is contained in:
		
							parent
							
								
									56d5e3287b
								
							
						
					
					
						commit
						eeb4c9969d
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -412,7 +412,10 @@ necessary.
 | 
				
			|||||||
  </p>
 | 
					  </p>
 | 
				
			||||||
  <pre>const yarray = new Y.Array()</pre>
 | 
					  <pre>const yarray = new Y.Array()</pre>
 | 
				
			||||||
  <dl>
 | 
					  <dl>
 | 
				
			||||||
    <b><code>Y.Array.from(Array<object|boolean|Array|string|number|null|Uint8Array|Y.Type>): Y.Array</code></b>
 | 
					    <b><code>
 | 
				
			||||||
 | 
					Y.Array.from(Array<object|boolean|Array|string|number|null|Uint8Array|Y.Type>):
 | 
				
			||||||
 | 
					Y.Array
 | 
				
			||||||
 | 
					    </code></b>
 | 
				
			||||||
    <dd>An alternative factory function to create a Y.Array based on existing content.</dd>
 | 
					    <dd>An alternative factory function to create a Y.Array based on existing content.</dd>
 | 
				
			||||||
    <b><code>parent:Y.AbstractType|null</code></b>
 | 
					    <b><code>parent:Y.AbstractType|null</code></b>
 | 
				
			||||||
    <dd></dd>
 | 
					    <dd></dd>
 | 
				
			||||||
@ -444,7 +447,10 @@ forEach(function(value:object|boolean|Array|string|number|null|Uint8Array|Y.Type
 | 
				
			|||||||
    <b><code>map(function(T, number, YArray):M):Array<M></code></b>
 | 
					    <b><code>map(function(T, number, YArray):M):Array<M></code></b>
 | 
				
			||||||
    <dd></dd>
 | 
					    <dd></dd>
 | 
				
			||||||
    <b><code>clone(): Y.Array</code></b>
 | 
					    <b><code>clone(): Y.Array</code></b>
 | 
				
			||||||
    <dd>Clone all values into a fresh Y.Array instance. The returned type can be included into the Yjs document.</dd>
 | 
					    <dd>
 | 
				
			||||||
 | 
					Clone all values into a fresh Y.Array instance. The returned type can be
 | 
				
			||||||
 | 
					included into the Yjs document.
 | 
				
			||||||
 | 
					    </dd>
 | 
				
			||||||
    <b><code>toArray():Array<object|boolean|Array|string|number|null|Uint8Array|Y.Type></code></b>
 | 
					    <b><code>toArray():Array<object|boolean|Array|string|number|null|Uint8Array|Y.Type></code></b>
 | 
				
			||||||
    <dd>Copies the content of this YArray to a new Array.</dd>
 | 
					    <dd>Copies the content of this YArray to a new Array.</dd>
 | 
				
			||||||
    <b><code>toJSON():Array<Object|boolean|Array|string|number|null></code></b>
 | 
					    <b><code>toJSON():Array<Object|boolean|Array|string|number|null></code></b>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user