smartntml/ts/smartntml.plugins.ts
2022-05-28 20:03:13 +02:00

11 lines
221 B
TypeScript

// happy-dom setup
import { GlobalRegistrator } from '@happy-dom/global-registrator';
GlobalRegistrator.register();
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
}