Validates a container number according to ISO 6346
$ yarn add is-container
$ npm install --save is-container
See tests for more examples.
const isContainer = require('is-container')
isContainer('MSKU6011672')
//=> true
Type: string
The container code to be validated.
MIT © Ruan Martinelli