is-rtl-text
v0.0.2
Published
Library will help you to detect if the text is in right-to-left language
Downloads
396
Maintainers
Readme
is-rtl-text
This library will help you to detect if the text is in right-to-left language or not
Usage
require is-rtl-text lib
const isRtlText = require('is-rtl-text')isRtlText('Text String')
// falseisRtlText('test Urduہیلو')
// true🔖 License
This software is licensed under the MIT.
