diff --git a/history/index.d.ts b/history/index.d.ts index b099b9beaa..6b61fa1b77 100644 --- a/history/index.d.ts +++ b/history/index.d.ts @@ -1,10 +1,8 @@ // Type definitions for history v2.0.0 -// Project: https://github.com/rackt/history +// Project: https://github.com/mjackson/history // Definitions by: Sergey Buturlakin , Nathan Brown // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// types based on https://github.com/rackt/history/blob/master/docs/Terms.md - export as namespace History; export type Action = string;