Add custom feeds

This commit is contained in:
Jon Staab
2024-04-10 18:04:17 -07:00
parent b0e40e8177
commit 4db63ca32a
9 changed files with 482 additions and 6 deletions
+2
View File
@@ -5,6 +5,8 @@ import {bech32, utf8} from "@scure/base"
export type Nil = null | undefined
export const isNil = (x: any) => [null, undefined].includes(x)
// Regular old utils
export const now = () => Math.round(Date.now() / 1000)
+1
View File
@@ -34,6 +34,7 @@
},
"dependencies": {
"@scure/base": "^1.1.6",
"events": "^3.3.0",
"throttle-debounce": "^5.0.0"
}
}