mithril-vndb/docs/nav-methods.md
Claudia Meadows 3c77bebe6b Add missing m.censor to API navigation
Not sure how I forgot about this when I added the method.
2023-05-20 03:36:05 -07:00

18 lines
489 B
Markdown

- Core
- [m](hyperscript.md)
- [m.render](render.md)
- [m.mount](mount.md)
- [m.route](route.md)
- [m.request](request.md)
- [m.parseQueryString](parseQueryString.md)
- [m.buildQueryString](buildQueryString.md)
- [m.buildPathname](buildPathname.md)
- [m.parsePathname](parsePathname.md)
- [m.trust](trust.md)
- [m.fragment](fragment.md)
- [m.redraw](redraw.md)
- [m.censor](censor.md)
- Optional
- [Stream](stream.md)
- Tooling
- [Ospec](https://github.com/MithrilJS/ospec)