码迷,mamicode.com
首页 > 其他好文 > 详细

type 关键字

时间:2021-06-29 16:13:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:常用   div   常用用法   定义   method   str   类型   函数   string   

 

type常用用法
  type words = (word: string) => string //type 定义函数类型
  type methodType = ‘GET‘ | ‘POST‘ | ‘get‘ | ‘post‘ //定义字面量类型

type 关键字

标签:常用   div   常用用法   定义   method   str   类型   函数   string   

原文地址:https://www.cnblogs.com/xiaoliziaaa/p/14949660.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!