fix(compliance): Improve compliance
This commit is contained in:
@ -4,6 +4,11 @@
|
||||
* to make the codebase more maintainable and follow the DRY principle.
|
||||
*/
|
||||
|
||||
// Node.js built-in modules
|
||||
import * as fs from 'fs/promises';
|
||||
import * as path from 'path';
|
||||
import * as crypto from 'crypto';
|
||||
|
||||
// PDF-related imports
|
||||
import {
|
||||
PDFDocument,
|
||||
@ -27,6 +32,11 @@ import { business, finance, general } from '@tsclass/tsclass';
|
||||
|
||||
// Re-export all imports
|
||||
export {
|
||||
// Node.js built-in modules
|
||||
fs,
|
||||
path,
|
||||
crypto,
|
||||
|
||||
// PDF-lib exports
|
||||
PDFDocument,
|
||||
PDFDict,
|
||||
|
Reference in New Issue
Block a user