UNPKG

consequunturdolore

Version:

Curried TypeScript type guards for primitive types and classes

57 lines (56 loc) 1.3 kB
{ "name": "consequunturdolore", "version": "1.2.0", "description": "Curried TypeScript type guards for primitive types and classes", "keywords": [ "TypeScript", "laboriosam", "ipsa", "guard", "voluptas", "isNumber", "deserunt", "isSymbol", "isNull", "sequi", "isPrimitive", "isNonPrimitive", "eos", "isLike", "isArrayOf", "only" ], "author": "TheronKing", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CecileKlocko/consequunturdolore.git" }, "sideEffects": false, "main": "dist/index", "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && tsc -d -p . && npm run rename && tsc --module CommonJS -p .", "clean": "rm -rf dist/*", "prepublishOnly": "npm run build && npm test", "rename": "renamer --force --find \"/\\.js$/\" --replace \".mjs\" \"dist/**\"", "test": "jest" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$", "moduleFileExtensions": [ "ts", "js" ] }, "devDependencies": { "@types/jest": "^23.3.1", "jest": "^23.5.0", "renamer": "^1.1.1", "ts-jest": "^23.1.4", "typescript": "^2.9.2" } }