UNPKG

zater-verhoeff

Version:

Module for create account zater

6 lines (4 loc) 233 B
import Verhoeff from './src/Verhoeff'; import CurrentAccount from './src/CurrentAccount'; export const verhoeff = (numberAccount) => Verhoeff(numberAccount); export const currentAccount = (Model) => CurrentAccount(Model, Verhoeff);