Skip to content

Commit

Permalink
Add detectAll to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 18, 2021
1 parent 0ae9a3c commit c089b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export interface IDetectedMap {
}
export function detect(buffer: Buffer | string, options?: { minimumThreshold: number }): IDetectedMap;

export function detectAll(buffer: Buffer | string, options?: { minimumThreshold: number }): IDetectedMap[];

export function enableDebug(): void;

0 comments on commit c089b44

Please sign in to comment.