1 Star 0 Fork 0

moremind/JavaNorthMiniApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global.d.ts 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
moremind 提交于 2020-01-20 00:35 +08:00 . 使用wemark解析markdown
declare module "*.png";
declare module "*.gif";
declare module "*.jpg";
declare module "*.jpeg";
declare module "*.svg";
declare module "*.css";
declare module "*.less";
declare module "*.scss";
declare module "*.sass";
declare module "*.styl";
// @ts-ignore
declare const process: {
env: {
TARO_ENV: 'weapp' | 'swan' | 'alipay' | 'h5' | 'rn' | 'tt' | 'quickapp' | 'qq';
[key: string]: any;
}
}
declare namespace JSX {
interface IntrinsicElements {
wemark: any;
towxml: any;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moremind/JavaNorthMiniApp.git
git@gitee.com:moremind/JavaNorthMiniApp.git
moremind
JavaNorthMiniApp
JavaNorthMiniApp
master

搜索帮助