-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Expected Behavior
Import Functions correctly
Actual Behavior
Failing on Function Import
##Error:
failed to import "bankdata-germany"
SyntaxError: Cannot use import statement outside a module - import * as main from "../cjs/main.js";
Steps to Reproduce the Problem
- Import functions
import { bankDataByBLZ, bankDataByBIC, bankDataByBBAN } from 'bankdata-germany';
bankDataByBLZ('10010010');
Specifications
- Version: ^1.2400.0
- Platform: nodejs + svelte 4.2.7
AlejandroCastro17 and jfowl
Metadata
Metadata
Assignees
Labels
No labels