{
  "name": "@multi-kit/inspect",
  "version": "0.0.23",
  "description": "This library provides core functionalities for determining the type of a given object, supporting various JavaScript data types.",
  "keywords": [
    "type check",
    "isString",
    "isNumber",
    "isBoolean",
    "isNull",
    "isUndefined",
    "isSymbol",
    "isBigInt",
    "isArray ",
    "isObject",
    "isFunction",
    "isAsyncFunction",
    "isDate",
    "isRegExp",
    "isSet",
    "isMap",
    "isWeakSet",
    "isWeakMap",
    "isPromise"
  ],
  "author": "Wang LiZhi <wanglizhigs@outlook.com>",
  "homepage": "",
  "license": "ISC",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.esm.js",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/wanglizhi/multi-kit.git"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest"
  },
  "gitHead": "2dc2025f836377696a2c9c279c73fcacbd6ab926"
}
