fix(fs): Refactor copy and copySync functions to simplify return type

This commit is contained in:
2025-01-29 18:10:48 +01:00
parent 0abbe8bbd7
commit 13081b7344
3 changed files with 11 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfile',
version: '11.1.6',
version: '11.1.7',
description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.'
}