JSPM

cno-insp

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q28640F
  • License MIT

A micro package that simply stringifies objects, ala Util.inspect, but with less characters.

Package Exports

  • cno-insp

Readme

cno-insp

standard-readme compliant Semantic Versioning 2.0.0 Conventional Commits License

A micro package that simply stringifies objects, ala Util.inspect, but with less characters.

Table of Contents

Background

Install

Example using pnpm:

pnpm add --save cno-insp

It can, of course, also be installed by npm or Yarn using the normal methods.

Usage

import insp from 'cno-insp';

insp( some_object );

API

Contributing

Changes are tracked in CHANGELOG.md.

License

MIT ©2022 Anadian

SEE LICENSE IN LICENSE

Creative Commons LicenseThis project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.