Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbrooks committed Apr 11, 2019
1 parent 5f11606 commit 241f454
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/Threshold.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { IThreshold} from '../meta/interfaces';
import { sThrottleThresholdOptions } from '../meta/structs';
import { IThreshold } from '../meta/interfaces';
import { sThrottleThresholdOptions } from '..';


function randInt(min:number, max:number):number{
return Math.floor(Math.random()*(max-min+1)+min );
Expand Down

0 comments on commit 241f454

Please sign in to comment.