README
Swedish postal code validator
Validates Swedish postal codes
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