UNPKG

youtube-video-exists

Version:

Checks if a YouTube video exists under the given ID. No API key is required.

9 lines (6 loc) 218 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./youtube-video-exists.cjs.production.min.js') } else { module.exports = require('./youtube-video-exists.cjs.development.js') }