提问人:grabantot 提问时间:7/13/2022 更新时间:7/13/2022 访问量:73
如何在js文件中d.ts类型定义作为doctype使用?
How to use type definition from d.ts file as doctype in js file?
答:
0赞
grabantot
7/13/2022
#1
它的语法如下:
/**
* @param {import('webpack').Configuration} config
*/
module.exports = function override(config) {
...
评论