datasquirel/index.js
2023-05-03 07:25:12 +01:00

30 lines
1.2 KiB
JavaScript

/**
* ==============================================================================
* Imports
* ==============================================================================
*/
const get = require("./utils/get");
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/**
* ==============================================================================
* Main Function
* ==============================================================================
* @param {Object} mailObject - foundUser if any
*/
const datasquirel = {
get: get,
};
module.exports = datasquirel;
/** ********************************************** */
/** ********************************************** */
/** ********************************************** */