Provides common object manipulation utility functions and TypeScript type guards.
Package detail
@typhonjs-utils/object
Provides common object manipulation utility functions and TypeScript type guards.
readme
changelog
Changelog
0.4.0 release (minor)
- Fix regression in
isPlainObject
.
0.3.0 release (minor)
- Added
main
field to package.json (required byesm-d-ts
for test cases using this package withoutnode resolve
).
0.2.0 release (major)
- Removed several superfluous functions including validation functions.
- Strengthened all functions for Typescript type guards and automatic inference.
- 100% test coverage.
0.1.0 release
- Initial release