ibantools-germany
Version:
IBAN Validator and Generator for German Bank Accounts
10 lines (9 loc) • 380 B
TypeScript
/**
* ibantools-germany
* Copyright (c) 2022-2026 Markus Baumer <markus@baumer.dev>
* SPDX-License-Identifier: MIT OR MPL-2.0
*/
import type { Result } from "../types";
export declare const method33Core: (number: string, weights: number[], modulo?: number, remainder0CheckDigit?: number) => Result;
declare const _default: (number: string) => Result;
export default _default;