Skip to content

Commit

Permalink
chore(types): add files/folders to Folder type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 1, 2022
1 parent 459c3c0 commit 5b45de3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/utils",
"version": "1.9.0",
"version": "1.9.1",
"description": "Utils functions and classes for Node.js",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
4 changes: 4 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ export declare class File {
}

export declare class Folder {
public files: File[]

public folders: Folder[]

public originalDir: string

public originalName: string
Expand Down

0 comments on commit 5b45de3

Please sign in to comment.