repl reset default dict

+ add mechanism to get a module by name from dynamic imports
This commit is contained in:
Felix Roos 2024-02-29 04:54:03 +01:00
parent d4eebf1a77
commit 305715277c
3 changed files with 13 additions and 4 deletions

View file

@ -5,3 +5,5 @@ export * from './tonal.mjs';
export * from './voicings.mjs';
import './ireal.mjs';
export const packageName = '@strudel/tonal';