mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added type annotation to Utils.Factorial
Without the type annotation, this fails to compile with --noImplicitAny
This commit is contained in:
Vendored
+1
-1
@@ -95,6 +95,6 @@ interface TweenInterpolation {
|
||||
Utils: {
|
||||
Linear(p0:number, p1:number, t:number): number;
|
||||
Bernstein(n:number, i:number): number;
|
||||
Factorial(n): number;
|
||||
Factorial(n:number): number;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user