Validates Swedish postal codes
npm install swedish-postal-code-validatorValidates Swedish postal codes
[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
```
$ npm install --save swedish-postal-code-validator
`js
import { isValid } from 'swedish-postal-code-validator';
isValid('41663') // => true
isValid('32663') // => false
``
MIT © Jonathan Svenheden
[npm-url]: https://npmjs.org/package/swedish-postal-code-validator
[npm-image]: https://badge.fury.io/js/swedish-postal-code-validator.svg
[travis-image]: https://travis-ci.org/svenheden/swedish-postal-code-validator.svg
[travis-url]: https://travis-ci.org/svenheden/swedish-postal-code-validator