datasquirel/index.js
2023-05-03 07:16:29 +01:00

30 lines
1.2 KiB
JavaScript

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