helium/ts/helium.plugins.ts
2022-02-11 17:49:12 +01:00

7 lines
141 B
TypeScript

import * as smarttime from '@pushrocks/smarttime';
import * as webrequest from '@pushrocks/webrequest';
export {
smarttime,
webrequest
}