Files
helium/ts/helium.plugins.ts

7 lines
141 B
TypeScript
Raw Normal View History

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