qiwi/card-info

View on GitHub
flow-typed/luhn-alg.js

Summary

Maintainability
A
0 mins
Test Coverage
declare module 'luhn-alg' {
  declare module.exports: (string) => boolean;
}