Add hosted helper fns

This commit is contained in:
Wietse Wind
2023-10-07 00:37:57 +02:00
parent 157edad911
commit 1855b50a49
6 changed files with 2509 additions and 9 deletions

5
npm/utils.mjs Normal file
View File

@@ -0,0 +1,5 @@
import { ledgerIndexToFolders } from '../lib/ledgerIndexToFolders.mjs'
export {
ledgerIndexToFolders,
}