パッケージの詳細

@typhonjs-utils/object

typhonjs-node-utils391MPL-2.00.4.0

Provides common object manipulation utility functions and TypeScript type guards.

typhonjs, utils, object

readme

@typhonjs-utils/object

NPM Code Style License Build Status Coverage API Docs Discord Twitch

Provides common object manipulation utility functions and TypeScript type guards.

API documentation

更新履歴

Changelog

0.4.0 release (minor)

  • Fix regression in isPlainObject.

0.3.0 release (minor)

  • Added main field to package.json (required by esm-d-ts for test cases using this package without node 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