smartntml/ts/smartntml.plugins.ts

14 lines
286 B
TypeScript
Raw Normal View History

2022-05-28 18:03:13 +00:00
// happy-dom setup
2022-05-28 15:29:36 +00:00
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
2022-09-27 18:04:46 +00:00
window.location.href = 'http://localhost';
2022-05-28 18:03:13 +00:00
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
}
2022-05-29 13:02:48 +00:00
// third party scope