detectAll function

  1. @JS('jschardet.detectAll')
JSArray<DetectedMap> detectAll(
  1. JSAny data,
  2. OptionsMap? options
)

Implementation

@JS('jschardet.detectAll')
external JSArray<DetectedMap> detectAll(JSAny data, OptionsMap? options);