| Current Path : /home/rtorresani/www/vendor/magento/module-page-builder/view/adminhtml/web/ts/js/utils/ |
| Current File : //home/rtorresani/www/vendor/magento/module-page-builder/view/adminhtml/web/ts/js/utils/loader.ts |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
export default function load(
dependencies: string[],
factory: (...results: any[]) => void,
onError?: (error: Error) => void,
) {
require(dependencies, factory, onError);
}