Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0
is-aws-account-id 
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