Skip to content
View rosswarren's full-sized avatar
⌨️
typing
⌨️
typing
Block or Report

Block or report rosswarren

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
rosswarren/README.md

Hi there 👋

Pinned

  1. promalom promalom Public

    A very tiny promise util library

    JavaScript 2

  2. atom-codemod atom-codemod Public

    Atom plugin for running codemods

    JavaScript 2 1

  3. Chai expect to assert Chai expect to assert
    1
    'use strict';
    2
    
                  
    3
    function buildExpectStatement(expectStatement) {
    4
      const properties = expectStatement.split('.').reverse();
    5