identify-media
Version:
Analyse file path and content to make search criteria for media APIs
7 lines • 461 B
TypeScript
export * from "./types";
export { default as searchTmdb } from "./search";
export { default as getTmdbExternalIds } from "./getExternalIDs";
export { default as findTmdbViaExternalId } from "./find";
export { default as getTmdbConfiguration } from "./getConfig";
export { mapAnalysedMedia as mapTmdbQuery, isSameQuery as isSameTmdbQuery, mapSearchResult as mapTmdbResult, mapFindResult as mapTmdbFindResult } from "./mapper";
//# sourceMappingURL=index.d.ts.map