/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/tenorjs@1.0.10/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/**
 * @author Jinzulen
 * @license Apache 2.0
 * 
 * TenorJS - Lightweight NodeJS wrapper around the Tenor.com API.
 */
const Utilities=require("./src/Tools/Utilities");exports.client=function(e){if(!e.Key||!e.Locale||!e.Filter)throw new Error("Client configuration is not complete; please ensure all configuration parameters are satisfied (Key, Locale, Filter).");if(e.DateFormat||(e.DateFormat="D/MM/YYYY - H:mm:ss A"),!["off","low","medium","high"].includes(e.Filter.toLowerCase()))throw new Error("Content filter level has to be one of these options: off, low, medium, high.");return e.Gate="https://tenor.googleapis.com/v2",e.Filter=e.Filter.toLowerCase(),Utilities.checkConfig(JSON.stringify(e)),require("./src")(e)};
//# sourceMappingURL=/sm/f21a70f07e66d7615aabecbe9cbceca5127c8c4bee491f55fe0604e85c94cd9f.map