Skip to content

organisationsnummer/dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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