1 Star 2 Fork 0

雷军 / di-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
utils.ts 168 Bytes
一键复制 编辑 原始数据 按行查看 历史
雷军军(测试) 提交于 2020-12-02 01:15 . add DI example
export const JsTsReg = /\.[j|t]s$/;
/**
* @desc 判断是否是 js 或 ts 文件
*/
export function isJsTsFile(filename: string) {
return JsTsReg.test(filename);
}
TypeScript
1
https://gitee.com/lei2jun/di-example.git
git@gitee.com:lei2jun/di-example.git
lei2jun
di-example
di-example
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891