1.0.0 • Published 7 years ago

is-aws-account-id v1.0.0

Weekly downloads
606
License
MIT
Repository
github
Last release
7 years ago

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