Skip to main content
Module

x/is_what/tsconfig.json

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Latest
File
{ "extends": "@cycraft/tsconfig", "include": ["src"], "compilerOptions": { "outDir": "dist" }, "typedocOptions": { "entryPoints": ["src/index.ts"], "out": "docs/dist", "skipErrorChecking": true }}