UNPKG

@zerodep/is-pojo

Version:

A utility to determine if a value is a Plain Old Java Object (a non-null serializable JSON object)

37 lines (36 loc) 879 B
{ "name": "@zerodep/is-pojo", "description": "A utility to determine if a value is a Plain Old Java Object (a non-null serializable JSON object)", "version": "2.0.12", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cdepage/zerodep.git", "directory": "packages/is/pojo" }, "homepage": "https://zerodep.app", "bugs": "https://github.com/cdepage/zerodep/issues", "author": "Chris dePage <chris@zerodep.app>", "sideEffects": false, "types": "index.d.mts", "main": "index.min.cjs", "module": "index.min.mjs", "type": "module", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.min.mjs" }, "require": { "types": "./index.d.cts", "default": "./index.min.cjs" } } }, "keywords": [ "is", "pojo", "type" ] }