smartntml/ts/smartntml.plugins.ts
2022-09-27 20:04:46 +02:00

14 lines
286 B
TypeScript

// happy-dom setup
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
window.location.href = 'http://localhost';
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
}
// third party scope