including nostr specialized types (#409)

* including nostr types

* including tests for nostr type guard

* fix tests for nostr type guard

* fix linter and add eslint and prettier to devcontainer

* including null in nostr type guard signature

* fix type, ops

* including ncryptsec in nostr type guard

* fix linter for ncryptsec

* including ncryptsec return type for nip49

* fixing names of nostr types and types guards

* fixing names of nostr types and types guards in unit tests descriptions

* fix prettier

* including type guard for nip5
This commit is contained in:
António Conselheiro
2024-09-09 14:16:23 -03:00
committed by GitHub
parent 21433049b8
commit ee76d69b4b
7 changed files with 204 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
FROM node:20
RUN npm install typescript -g
RUN npm install typescript eslint prettier -g
# Install bun
RUN curl -fsSL https://bun.sh/install | bash