js-partial-is-empty-string

A partial to check whether a string is empty.

Usage no npm install needed!

<script type="module">
  import jsPartialIsEmptyString from 'https://cdn.skypack.dev/js-partial-is-empty-string';
</script>

README

js-partial-is-empty-string

Recent Version Travis CI - Build Status Coveralls - Code Coverage Status David - Dependencies David - DevDependencies Doclets Gitter - Repository Chat

Synopsis

A partial to check whether a string is empty. A string is considered empty or blank, when its .length === 0, or it contains only whitespaces.

  • Written in UMD

Install

npm install js-partial-is-empty-string

Usage

For additional examples, check the tests folder

// TODO

Documentation

Check the source here since it's well structured and documented. Also you can find the rendered jsDoc documentation on Doclets.io.

Also, check the unit tests in order to grasp the full-fledged capabilities.

Have fun! ;)

Issues

If you find any bugs and other issues, check the GSDC Guide - Issues section on how to submit issues in a standardized way on the project's issues page.

In case you have any suggestions regarding the project (features, additional capabilities, etc.), check the GSDC Guide - Suggestions section on how to submit suggestions in an easy, standardized way on the project's issues page.

Contribution

In order to contribute to this project, check the GSDC Guide for an easy, standardized way on how to contribute to projects.

Support

If you by any means find this project useful, consider supporting the organization.

There are multiple options to support the project and the developers. Any means of support is beneficial and helpful.

License

MIT @ Richard King