ICode9

精准搜索请尝试: 精确搜索
  • [TypeScript] Type Definitions and Modules2019-02-06 08:53:10

    For example you are building your own module, the same as Lodash: my-lodash.d.ts declare module "lodash" { declare interface FirstFunction { (data: any[]) :any; } declare interface Lodash { first: FirstFunction; }

  • GitHub下载子目录2019-02-04 19:52:01

    背景 整个Github目录太大,国内网速不好,且其他部分也不需要。 方法 把 /tree/master 改成 trunk。 svn checkout https://github.com/lodash/lodash/trunk/docs output-dir

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有