Skip to content
View apieceofbart's full-sized avatar
Block or Report

Block or report apieceofbart

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

Pinned

  1. use-selection-hook use-selection-hook Public

    React hook for keeping track of selected list of elements

    TypeScript 1

  2. mock lodash debounce in jest mock lodash debounce in jest
    1
    // somewhere on top
    2
    import _ from 'lodash';
    3
    jest.unmock('lodash');
    4
    
                  
    5
    // then
  3. debounce-promise-with-cancel debounce-promise-with-cancel Public

    A debounce utility for functions returning promises with an option to cancel, typescript included

    TypeScript 4 1