ibantools-germany
Version:
IBAN Validator and Generator for German Bank Accounts
11 lines (10 loc) • 395 B
JavaScript
;
/**
* ibantools-germany
* Copyright (c) 2022-2026 Markus Baumer <markus@baumer.dev>
* SPDX-License-Identifier: MIT OR MPL-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
// This method is currently not used. Neither directly by a BLZ nor indirectly
// by being called by another method.
exports.default = (_number) => "METHOD_NOT_IMPLEMENTED_NOT_IN_USE";