文件名称:whateverscript:TypeScript的松散类型同伴
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-21 10:05:37
TypeScript
无论脚本
TypeScript的松散类型同伴。
安装
npm install whateverscript
用法
将WhateverScript集成到您的项目中很容易! 只需导入Whatever ,即可立即看到其功能。
import type Whatever from 'whateverscript';
function foo(bar: Whatever): Whatever {
return 'Hello ${bar}!';
}
您还可以通过显式设置Whatever类型或使用makeWhatever实用工具来快速转换现有的类型化对象。
// foo.ts
export const helloWorld: IntrinsicAttributes & InferPropsInner
【文件预览】:
whateverscript-master
----.gitignore(267B)
----package.json(355B)
----src()
--------index.ts(87B)
--------utils.ts(246B)
--------types.ts(187B)
----tsconfig.json(7KB)
----README.md(898B)
----yarn.lock(86B)