npm.io
1.0.0 • Published 9 years ago

is-aws-account-id

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

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

Keywords