Bump lib version

This commit is contained in:
Jon Staab
2024-08-06 11:57:20 -07:00
parent a10b322157
commit 3404a471bb
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -350,6 +350,9 @@ export const pushToMapKey = <K, T>(m: Map<K, T[]>, k: K, v: T) => {
m.set(k, a)
}
export const switcher = <T>(k: string, m: Record<string, T>) =>
m[k] === undefined ? m.default : m[k]
// Random obscure stuff
export const hexToBech32 = (prefix: string, url: string) =>