Skip to content
View twoKilo's full-sized avatar

Block or report twoKilo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
twoKilo/README.md

Hi there 👋

Pinned Loading

  1. smart-config-syncer smart-config-syncer Public

    ssync: 安全、高效的多环境配置同步器

    Go 66

  2. lint-only lint-only Public

    增量Lint工具,只对新增代码(精确到变更行,而不是变更文件)进行规范。

    JavaScript 71

  3. curried-reselector curried-reselector
    1
    const uncurry = curriedFn => (...args) => (
    2
        args.reduce((left, right) => left(right), curriedFn)
    3
    );
    4
    
                  
    5
    const createSelectorN = (...selectors, curriedFn) => (
  4. Algorithm Algorithm Public

    JavaScript