UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

10 lines (9 loc) 208 B
declare module jschardet { declare module .exports:{ detect(input: string): { encoding: string, confidence: number }, Constants: { _debug: boolean, MINIMUM_THRESHOLD: number } } }