smartntml/ts/smartntml.plugins.ts

11 lines
221 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-05-28 18:03:13 +00:00
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
}