| Current Path : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/assets/js/modules/url/ |
| Current File : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/assets/js/modules/url/index.js |
/**
* URL content fetching module.
*
* @module url
* @example
* let { getEmbed } = peepso.modules.url;
*
* getEmbed( 'https://www.google.com' )
* .then( data => console.log( data ) )
* .catch( error => console.error( error ) );
*/
export { getEmbed } from './get-embed';
/**
* Get URL designated target.
*
* @module url
*/
export { getTarget } from './get-target';