version bump 1.0.4: type update [ci skip]
This commit is contained in:
parent
25688e28fe
commit
98e9d2e641
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cfb",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"author": "sheetjs",
|
||||
"description": "Compound File Binary File Format extractor",
|
||||
"keywords": [
|
||||
|
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -35,7 +35,7 @@ export interface CFB$ParsingOptions {
|
||||
raw?: boolean;
|
||||
}
|
||||
|
||||
export type CFB$Blob = Buffer | number[] | Uint8Array;
|
||||
export type CFB$Blob = number[] | Uint8Array;
|
||||
|
||||
export enum CFB$EntryType { unknown, storage, stream, lockbytes, property, root }
|
||||
export enum CFB$StorageType { fat, minifat }
|
||||
|
Loading…
Reference in New Issue
Block a user