文件名称:typed-path-generator:to处理路径参数的更有效方法,与Typescript完美配合
文件大小:82KB
文件格式:ZIP
更新时间:2024-04-14 09:41:13
TypeScript
:horse_racing: 类型路径生成器 将路径/user/:userID转换为(params: { userID: string | number }) => string 使用 ,处理可能会非常令人沮丧。 因为没有类型检查仅是string类型的路径参数,所以我们必须以容易出错的方式手动定义它。 为了使我们摆脱这些工作,创建了typed-path-generator 。 通过预处理路径字符串, typed-path-generator将从路径参数中提取类型信息,并生成定义良好的Typescript文件。 快速开始 安装 使用: yarn add typed-path-generator 或通过 : npm install typed-path-generator 配置路径 使用作为配置文件的typed-path-generator 。 这是一个例子: options : variableName
【文件预览】:
typed-path-generator-master
----.github()
--------workflows()
----yarn.lock(176KB)
----src()
--------index.ts(29B)
--------cli()
--------path-utils.ts(733B)
----.npmignore(116B)
----tsconfig.json(541B)
----LICENSE(1KB)
----jest.config.js(255B)
----.prettierrc(174B)
----tslint.json(2KB)
----README.md(3KB)
----.gitignore(49B)
----bin()
--------typed-path-generator.js(44B)
----package.json(2KB)