1. 首页
  2. 数据库
  3. 其它
  4. ts definitions common:有用的打字稿定义 源码

ts definitions common:有用的打字稿定义 源码

上传者: 2021-04-26 07:45:06上传 ZIP文件 73.04KB 热度 7次
打字稿通用定义 :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
用户评论