Move djblets over to typelets.
Review Request #14502 — Created July 9, 2025 and submitted
This change moves djblets over to using the
typelets
package for all
our utility types.djblets.util.typing
has become mostly forwarding
exports, with the exception ofToJsonProtocol
, which isn't something
that typelets includes.
Ran unit tests.