Jacob Hummer
Jacob Hummer
If you want, you can just copy-paste code from https://github.com/nodefill/util/tree/main/src/types
I still think **warning** (it doesn't block the merge) with a β since you didn't bump the version is a Good Ideaβ’. This is like a very basic version of...
@mesqueeb I've been working on various things all-at-once in the https://github.com/mesqueeb/is-what/tree/jcbhmr branch. Just thought I'd let you know. π I hope to be able to break that branch into multiple...
I am not sure if examples will improve SEO. I honestly have no idea. I just know that right now I get this kind of results:  My best guess...
btw something I noticed: I don't think you need to duplicate JSDoc and TS type annotations π€ ```ts /** * Returns the object type of the given payload * *...
This is the kind of lackluster docs I'm talking about when I say "we should improve the docs" π’ 
I've come around to believe that having _more content_ (i.e. examples) would also help improve SEO. Right now here's what it looks like on Google: https://www.google.com/search?q=is-what+site%3Agithub.io 
Some projects work best with the mindset: "anything in main is already deployed. 'develop' is the dev merge target & the default branch". Others work best with the mindset "main...
There appear to be two main plugins for adding extra TypeDoc pages: 1. https://github.com/KnodesCommunity/typedoc-plugins/tree/develop/packages/plugin-pages 2. https://github.com/mipatterson/typedoc-plugin-pages
There's an open issue on typescript github to support changing file extensions at tsc buildtime. That hasn't been encouraged since it's mostly used to cause the not-so-great dual package hazard....