is-aws-account-id

Check if a string is an AWS Account ID

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
is-aws-account-id
001.0.06 years ago6 years agoMinified + gzip package size for is-aws-account-id in KB

Readme

is-aws-account-id Build Status
Check if a string is an AWS Account ID

Install

$ npm install --save is-aws-account-id

Usage

const isAwsAccountId = require('is-aws-account-id');

isAwsAccountId('123456789012');
//=> true

isAwsAccountId('abc123456789');
//=> false

License

MIT © Sam Verschueren