UNPKG

@bassist/utils

Version:

Opinionated collection of common JavaScript / TypeScript utils by @chengpeiquan .

29 lines 727 B
{ "name": "@bassist/utils", "version": "0.17.0", "description": "Opinionated collection of common JavaScript / TypeScript utils by @chengpeiquan .", "author": "chengpeiquan <chengpeiquan@chengpeiquan.com>", "license": "MIT", "homepage": "https://jsdocs.io/package/@bassist/utils", "files": [ "dist" ], "main": "./dist/index.min.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "repository": { "type": "git", "url": "https://github.com/chengpeiquan/bassist", "directory": "packages/utils" }, "keywords": [ "utils" ] }