{"id":26689,"library":"10","title":"10","description":"A lightweight utility library for testing purposes. Current version 0.0.1 provides basic functionality with no stable release cadence. Key differentiators: minimal API surface, zero dependencies, and TypeScript support. Ideal for small-scale experiments or as a placeholder in larger systems.","status":"active","version":"0.0.1","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","hello world"],"install":[{"cmd":"npm install 10","lang":"bash","label":"npm"},{"cmd":"yarn add 10","lang":"bash","label":"yarn"},{"cmd":"pnpm add 10","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM-only; use import instead of require.","wrong":"const defaultExport = require('10')","symbol":"defaultExport","correct":"import defaultExport from '10'"},{"note":"Named export; no CommonJS equivalent.","symbol":"NamedExport","correct":"import { NamedExport } from '10'"},{"note":"Use type import to avoid bundling runtime code when using TypeScript.","wrong":"import { TypeExport } from '10' (when used as type only)","symbol":"TypeExport","correct":"import type { TypeExport } from '10'"}],"quickstart":{"code":"import defaultExport from '10';\n\nconst result = defaultExport({ key: 'value' });\nconsole.log(result);","lang":"typescript","description":"Imports the default export from '10' and demonstrates basic usage with an object argument."},"warnings":[{"fix":"Check source code or package homepage for details.","message":"Package may have no README or documentation; usage is unclear.","severity":"gotcha","affected_versions":">=0.0.1"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install 10' and ensure tsconfig.json includes 'node_modules'.","cause":"Package not installed or missing TypeScript types.","error":"Cannot find module '10' or its corresponding type declarations."}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}