Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 301 Bytes

File metadata and controls

16 lines (10 loc) · 301 Bytes

react-native-detect-mm-text-encoding

Getting started

$ yarn add react-native-detect-mm-text-encoding

Or

$ npm install react-native-detect-mm-text-encoding --save

Usage

import { isUnicode } from 'react-native-detect-mm-text-encoding';

const uni = await isUnicode();