Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jan 31, 2024
1 parent 9dc5805 commit 42151c6
Show file tree
Hide file tree
Showing 45 changed files with 2,850 additions and 5,820 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ node_modules
jspm_packages

# Output directories
dist/**/*

# Test coverage stats
coverage

*.map
8 changes: 8 additions & 0 deletions dist/ImportDTO.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { Kdbx } from "kdbxweb";
export declare class ImportDTO {
db: Kdbx;
attachments: ArrayBuffer[];
attachmentsSize: number;
error?: any;
static createError(e: any): ImportDTO;
}
12 changes: 12 additions & 0 deletions dist/ImportDTO.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/ImportDTO.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42151c6

Please sign in to comment.