helium/ts/helium.plugins.ts

7 lines
141 B
TypeScript
Raw Permalink Normal View History

2022-02-11 16:49:12 +00:00
import * as smarttime from '@pushrocks/smarttime';
import * as webrequest from '@pushrocks/webrequest';
export {
smarttime,
webrequest
}