mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix copy paste error
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for body-parser
|
||||
// Type definitions for rivets
|
||||
// Project: http://rivetsjs.com/
|
||||
// Definitions by: Trevor Baron <https://github.com/TrevorDev>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -32,4 +32,4 @@ interface FinchStatic {
|
||||
declare var Rivets: FinchStatic;
|
||||
declare module "rivets" {
|
||||
export = Rivets;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user