typescript-dotnet-es6
Advanced tools
Comparing version
{ | ||
"name": "typescript-dotnet-es6", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "electricessence <npm@electrified.net>", |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
import { ArrayLikeWritable } from "./ArrayLikeWritable"; | ||
@@ -6,0 +2,0 @@ /** |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
/** | ||
@@ -6,0 +2,0 @@ * Initializes an array depending on the requested capacity. |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
import { ArrayLikeWritable } from "./ArrayLikeWritable"; | ||
@@ -6,0 +2,0 @@ /** |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
/** | ||
@@ -6,0 +2,0 @@ * Randomize array element order in-place. |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
import { SimpleEnumerableBase } from "./SimpleEnumerableBase"; | ||
@@ -6,0 +2,0 @@ import { ForEachEnumerable } from "./ForEachEnumerable"; |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
import { IIteratorResult } from "./IIterator"; | ||
@@ -6,0 +2,0 @@ import { IEnumerator } from "./IEnumerator"; |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md | ||
*/ | ||
import { IteratorResult } from "./IteratorResult"; | ||
@@ -6,0 +2,0 @@ const VOID0 = void 0; |
@@ -5,3 +5,2 @@ /*! | ||
*/ | ||
import {IEnumerable} from "./Enumeration/IEnumerable"; | ||
@@ -8,0 +7,0 @@ |
@@ -17,3 +17,3 @@ /*! | ||
{ | ||
value?:TValue; | ||
value:TValue; | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -5,4 +5,2 @@ /*! | ||
*/ | ||
import {IEnumerable} from "./Enumeration/IEnumerable"; | ||
@@ -9,0 +7,0 @@ import {ArrayLikeWritable} from "./Array/ArrayLikeWritable"; |
@@ -1,5 +0,1 @@ | ||
/*! | ||
* @author electricessence / https://github.com/electricessence/ | ||
* Licensing: MIT | ||
*/ | ||
import { ArrayLikeWritable } from "./Collections/Array/ArrayLikeWritable"; | ||
@@ -6,0 +2,0 @@ export declare module Random { |
@@ -5,6 +5,6 @@ /*! | ||
*/ | ||
import { Integer } from './Integer'; | ||
var assert = Integer.assert; | ||
import { Integer } from "./Integer"; | ||
import { initialize } from "./Collections/Array/initialize"; | ||
import { shuffle as arrayShuffle } from "./Collections/Array/shuffle"; | ||
var assert = Integer.assert; | ||
export var Random; | ||
@@ -11,0 +11,0 @@ (function (Random) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1545462
-0.08%17902
-0.18%