UNPKG

identify-media

Version:

Analyse file path and content to make search criteria for media APIs

4 lines (3 loc) 192 B
export * from "./types"; export {mapAnalysedMedia as mapOmdbQuery, isSameQuery as isSameOmdbQuery, mapResult as mapOmdbResult} from "./mapper"; export {default as searchOmdb} from "./search";