UNPKG

media-grab

Version:

Grab random media from the internet

8 lines (7 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const MagicStrings = { SUCCESS_MESSAGE: 'Valid URL', ERROR_MESSAGE: 'Invalid URL or no URLs matching the input params, you may want to try a different list of subreddits', }; exports.default = MagicStrings;