{"versions":{"0.4.0":{"name":"@types/levn","version":"0.4.0","license":"MIT","_id":"@types/levn@0.4.0","maintainers":[{"name":"anonymous","email":"ts-npm-types@microsoft.com"}],"contributors":[{"url":"https://github.com/JoshuaKGoldberg","name":"Josh Goldberg","githubUsername":"JoshuaKGoldberg"}],"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/levn","dist":{"shasum":"bad81c29fd73e3830cf1a675d90fb492d06ce6d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@types/levn/-/levn-0.4.0.tgz","fileCount":5,"integrity":"sha512-W8bv6H08EA6qnAjht3KSLRQjzJSqjw4pze1q4Dp9mQ/j+kXP+5+pckAKS+c1e+NGcDYG1TrhzHmlQK++Ueml4w==","signatures":[{"sig":"MEUCIG57oMK0JJw1xsenEqzSuhTIEAXa2wHkOkMxsAmmVeILAiEAnnimkDdhaIc2fZOqURLjnlr9ZEHjjnV4MJDFTfMk/b4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3736,"size":1755},"main":"","types":"index.d.ts","scripts":{},"_npmUser":{"name":"anonymous","email":"ts-npm-types@microsoft.com"},"repository":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","type":"git","directory":"types/levn"},"description":"TypeScript definitions for levn","directories":{},"dependencies":{"@types/type-check":"*"},"_hasShrinkwrap":false,"typeScriptVersion":"4.8","_npmOperationalInternal":{"tmp":"tmp/levn_0.4.0_1725656856615_0.6758408148510575","host":"s3://npm-registry-packages"},"typesPublisherContentHash":"a397cfd0c4606c6c14e087f982c1e3502827f037738994e04cc6b0cb49c60945","_cnpmcore_publish_time":"2024-09-06T21:07:36.809Z","publish_time":1725656856809,"_source_registry_name":"default"}},"dist-tags":{"latest":"0.4.0","ts4.8":"0.4.0","ts4.9":"0.4.0","ts5.0":"0.4.0","ts5.1":"0.4.0","ts5.2":"0.4.0","ts5.3":"0.4.0","ts5.4":"0.4.0","ts5.5":"0.4.0","ts5.6":"0.4.0","ts5.7":"0.4.0","ts5.8":"0.4.0","ts5.9":"0.4.0","ts6.0":"0.4.0"},"name":"@types/levn","time":{"created":"2024-09-06T23:05:46.092Z","modified":"2025-08-03T07:10:58.616Z","0.4.0":"2024-09-06T21:07:36.809Z"},"readme":"# Installation\r\n> `npm install --save @types/levn`\r\n\r\n# Summary\r\nThis package contains type definitions for levn (https://github.com/gkz/levn).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/levn.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/levn/index.d.ts)\r\n````ts\r\nimport { CustomType, ParsedType, ParsedTypeData } from \"type-check\";\n\nexport interface CastableCustomType extends CustomType {\n    cast: (input: unknown) => ParsedTypeData;\n}\n\nexport interface ParseOptions {\n    customTypes?: Record<string, CastableCustomType> | undefined;\n    explicit?: boolean | undefined;\n}\n\nexport function parse(\n    type: string,\n    string: string,\n    options?: ParseOptions,\n): unknown;\n\nexport function parsedTypeParse(\n    parsedType: ParsedType,\n    input: string,\n    options?: ParseOptions,\n): unknown;\n\nexport const VERSION: string;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 06 Sep 2024 21:07:35 GMT\r\n * Dependencies: [@types/type-check](https://npmjs.com/package/@types/type-check)\r\n\r\n# Credits\r\nThese definitions were written by [Josh Goldberg](https://github.com/JoshuaKGoldberg).","users":{}}