0.1.1 • Published 7 years ago
swedish-postal-code-validator v0.1.1
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