1 Star 0 Fork 0

杨登贤/webpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
declarations.test.d.ts 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
declare module "*.json";
declare module "mini-css-extract-plugin";
declare namespace jest {
interface Matchers<R> {
toBeTypeOf: (
expected:
| "string"
| "number"
| "bigint"
| "boolean"
| "symbol"
| "undefined"
| "object"
| "function"
) => void;
toEndWith: (expected: string) => void;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangdengxian/webpack.git
git@gitee.com:yangdengxian/webpack.git
yangdengxian
webpack
webpack
main

搜索帮助