swedish-postal-code-validator

Validates Swedish postal codes

Usage no npm install needed!

<script type="module">
  import swedishPostalCodeValidator from 'https://cdn.skypack.dev/swedish-postal-code-validator';
</script>

README

Swedish postal code validator

Validates Swedish postal codes

Build Status NPM version

Install

$ npm install --save swedish-postal-code-validator

Usage

import { isValid } from 'swedish-postal-code-validator';

isValid('41663') // => true
isValid('32663') // => false

License

MIT © Jonathan Svenheden