Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aadsm authored Jan 10, 2022
2 parents 71bcf43 + 094cb6f commit e5945e2
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 e5945e2

Please sign in to comment.