A TypeScript-enhanced version of the original browser-assert package. This updated version includes TypeScript support, Jest testing, and modernized dependencies to keep it compatible with current JavaScript ecosystems.
Note: This project is based on the original
browser-assert
. You can view the original README here for reference.
This project is based on the browser-assert
package, originally authored by muji noop@xpm.io. Since the original package is no longer maintained, this repository aims to keep the functionality up-to-date while adding some new features and improvements.
- TypeScript Support: All code is now written in TypeScript, offering enhanced type checking and autocompletion.
- Jest Testing: Test coverage has been expanded and implemented using Jest.
- Updated Dependencies: The outdated dependencies have been replaced with current, secure versions to ensure compatibility with modern JavaScript frameworks and tools.
You can install the package using npm:
npm install browser-assert2
Or with yarn:
yarn add browser-assert-ts
The API of browser-assert2 remains compatible with the original browser-assert package.
The initial code and design for this package come from the original browser-assert package, authored by muji. This repository simply aims to modernize and maintain the work they began.
This project inherits its license from the original browser-assert repository.
For more details, please refer to the LICENSE file.
muji (Author)
|
Benedikt Sottong (maintainer)
|