is-aws-account-id

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i is-aws-account-id

Weekly Downloads

2,016

Version

1.0.0

License

MIT

Last publish

Collaborators

  • samverschueren