UNPKG

is-aws-account-id

Version:
3 lines (2 loc) 67 B
'use strict'; module.exports = input => /^[0-9]{12}$/.test(input);