smartssr/ts/smartssr.plugins.ts

15 lines
501 B
TypeScript
Raw Normal View History

2020-02-12 21:31:22 +00:00
// node native
import * as path from 'path';
2020-02-12 21:38:04 +00:00
export { path };
2020-02-12 21:31:22 +00:00
// @pushrocks scope
2023-07-27 10:37:27 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarttime from '@push.rocks/smarttime';
2020-02-12 21:31:22 +00:00
2023-05-01 12:38:53 +00:00
export { smartdelay, smartfile, smartpath, smartpuppeteer, smartpromise, smarttime };