swedish-postal-code-validator
v0.1.1
Published
Validates Swedish postal codes
Downloads
1,834
Readme
Swedish postal code validator
Validates Swedish postal codes
Install
$ npm install --save swedish-postal-code-validatorUsage
import { isValid } from 'swedish-postal-code-validator';
isValid('41663') // => true
isValid('32663') // => falseLicense
MIT © Jonathan Svenheden
