15 lines
465 B
TypeScript
15 lines
465 B
TypeScript
|
/**
|
||
|
* Module dependencies are imported here following the guidelines
|
||
|
*/
|
||
|
|
||
|
// External dependencies
|
||
|
export { SmartPdf } from '@push.rocks/smartpdf';
|
||
|
export * as smartenv from '@push.rocks/smartenv';
|
||
|
export * as smartjson from '@push.rocks/smartjson';
|
||
|
export * as smartpromise from '@push.rocks/smartpromise';
|
||
|
|
||
|
// Node.js built-in modules
|
||
|
export * as fs from 'fs';
|
||
|
import * as pathImport from 'path';
|
||
|
export const path = pathImport;
|
||
|
export * as buffer from 'buffer';
|