UNPKG

is-two

Version:

This is an efficient package help you determine if a number is two or not!

25 lines (24 loc) 652 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "lib": ["dom", "es6", "es2017", "esnext.asynciterable"], "sourceMap": true, "outDir": "./dist", "moduleResolution": "node", "declaration": true, "removeComments": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": false, "skipLibCheck": true, }, "exclude": ["node_modules"], "include": ["./src/**/*.ts"] }