mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
[iban] Support require/import style
This commit is contained in:
Vendored
+5
-1
@@ -55,4 +55,8 @@ interface IBANStatic {
|
||||
toBBAN(iban: string, separator: string[]): string;
|
||||
}
|
||||
|
||||
declare var IBAN: IBANStatic;
|
||||
declare var IBAN: IBANStatic;
|
||||
|
||||
declare module 'iban' {
|
||||
export = IBAN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user