Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 562 Bytes

organisationsnummer Build Status

Validate Swedish organization numbers. Follows version 1.1 of the specification.

Example

import 'package:organisationsnummer/organisationsnummer.dart';

Organisationsnummer.valid('202100-5489');
//=> true

See test/organisationsnummer.dart for more examples.

License

MIT