paypal/ts/paypal.plugins.ts
2020-08-23 13:33:19 +00:00

7 lines
233 B
TypeScript

// pupshrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as smarttime from '@pushrocks/smarttime';
export { smartrequest, smartstring, smarttime };