Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+3 -3
View File
@@ -4,12 +4,12 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Ghost module for Types
declare module MovieDB {
declare namespace MovieDB {
export interface IMovieDB {
searchMovie(params: SearchOptions, callback: (err: any, movies: SearchResults) => void): void;
movieInfo(options: InfoOptions, callback: (err: any, curMovie: Movie) => void): void;
// More methods TBD:
// More methods TBD:
// https://github.com/danzajdband/moviedb#available-methods
}
@@ -91,4 +91,4 @@ declare module MovieDB {
declare module 'moviedb' {
function apiKeyAcceptor(key: string): MovieDB.IMovieDB;
export = apiKeyAcceptor;
}
}