Skip to content

Commit

Permalink
Revert "Merge pull request #59 from njhoffman/master"
Browse files Browse the repository at this point in the history
This reverts commit 1cf9287, reversing
changes made to 091ddb0.
  • Loading branch information
timoxley committed Feb 3, 2022
1 parent 1cf9287 commit e768ed8
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 8,148 deletions.
50 changes: 0 additions & 50 deletions combining.js

This file was deleted.

8 changes: 2 additions & 6 deletions index.js
@@ -1,6 +1,6 @@
const stripAnsi = require('./strip-ansi')
const getWCwidth = require('./wcwidth')
"use strict"

const wcwidth = require('./width')
const {
padRight,
padCenter,
Expand All @@ -10,10 +10,6 @@ const {
truncateString
} = require('./utils')

const wcwidth = async function(str) {
return getWCwidth(await stripAnsi(str))
}

const DEFAULT_HEADING_TRANSFORM = key => key.toUpperCase()

const DEFAULT_DATA_TRANSFORM = (cell, column, index) => cell
Expand Down

0 comments on commit e768ed8

Please sign in to comment.