1.0.0 • Published 9 years ago
is-aws-account-id v1.0.0
is-aws-account-id 
Check if a string is an AWS Account ID
Install
$ npm install --save is-aws-account-idUsage
const isAwsAccountId = require('is-aws-account-id');
isAwsAccountId('123456789012');
//=> true
isAwsAccountId('abc123456789');
//=> falseLicense
MIT © Sam Verschueren
1.0.0
9 years ago