ts definitions common:有用的打字稿定义 源码
打字稿通用定义 :warning: 该库必须用作使用的项目的dev依赖项 安装方式 npm install --save-dev @erkobridee/ts-definitions-common 文献资料 例子 功能 import { TFunction } from '@erkobridee/ts-definitions-common' ; // or import { TFunction } from '@erkobridee/ts-definitions-common/types/functions' ; const myFunction : TFunction = ( ) => undefined ; const greetings : TFunction < [ string ] , string > => value => `greetings ${ value } !` ; TDOM
文件列表
ts-definitions-common-main.zip
(预估有个32文件)
ts-definitions-common-main
.eslintrc.json
671B
rollup.config.js
2KB
.github
workflows
check-code.yml
384B
publish.yml
994B
src
constants
browser.ts
694B
暂无评论