0.1.6 • Published 12 days ago

creditor-reference v0.1.6

Weekly downloads
2
License
LGPL-3.0-or-later
Repository
github
Last release
12 days ago

Bill Reference code build and validation Build Status Azure DevOps tests Azure DevOps coverage Maintainability

console.log(build('99999 88888 77777 6666', 'FI'));
console.log(build('11111 22222 33333 44444 5', 'ISO'));

if (verify('RF39111112222233333444445') === true) {
}
if (verify('99999888887777766668') === true) {
}

if (type('RF32S0METE5T') === 'ISO') {
}
if (type('99999888887777766668') === 'FI') {
}

Browser UMD (All browsers)

<html>
	<head>
		<script crossorigin="anonymous" src="https://unpkg.com/creditor-reference@0.1.6/dist/umd/index.js"></script>
	</head>
	<body>
		<script>
			console.log('verify', CreditorReference.verify('RF39111112222233333444445'));
		</script>
	</body>
</html>

Browser ESM (Modern browsers)

<html>
	<head></head>
	<body>
		<script type="module">
			import {verify} from 'https://unpkg.com/creditor-reference@0.1.6/dist/esm/index.js';
			console.log('verify', verify('RF39111112222233333444445'));
		</script>
	</body>
</html>
0.1.6

12 days ago

0.1.5

2 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago