UNPKG

identify-media

Version:

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

6 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isOmdbSearchQuery = void 0; const isOmdbSearchQuery = (possible) => !!possible && possible.s !== undefined; exports.isOmdbSearchQuery = isOmdbSearchQuery; //# sourceMappingURL=types.js.map