is-left-padded

0.0.2 • Public • Published

is-left-padded

Check if string is left padded.

Install

$ npm install is-left-padded

Usage

isLeftPadded = require('is-left-padded')
 
isLeftPadded(' much pad')
// => true
 
isLeftPadded('such space')
// => false

Readme

Keywords

Package Sidebar

Install

npm i is-left-padded

Weekly Downloads

3

Version

0.0.2

License

ISC

Last publish

Collaborators

  • adrianlee44