detect function

  1. @JS('jschardet.detect')
DetectedMap detect(
  1. JSAny data,
  2. OptionsMap? options
)

Implementation

@JS('jschardet.detect')
external DetectedMap detect(JSAny data, OptionsMap? options);