jsdom-extras: Convenience utilities for JSDOM

[ bsd3, library, web ] [ Propose Tags ] [ Report a vulnerability ]

Commonly used javascript functions


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson (>=2.0 && <2.3), base (>=4.14 && <4.19), jsaddle (>=0.9.4 && <0.10), jsaddle-dom (>=0.9.4 && <0.10), lens (>=5.0.0 && <5.4), text (>=1.2.4 && <2.1) [details]
License BSD-3-Clause
Copyright 2024 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Category Web
Source repo head: git clone https://github.com/obsidiansystems/jsdom-extras
Uploaded by abrar at 2024-12-30T19:35:08Z
Distributions
Downloads 11 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for jsdom-extras-0.1.0.0

[back to package description]

jsdom-extras

Javascript interop convenience functions

Haskell Hackage BSD3 License

  • JSON
    • JSON.stringify
    • JSON.parse
  • console
    • console.log
  • Object: Convenience functions for convertion to/from JS Objects
    • toObject
    • fromObject
    • lookup