rm getFileExt

This commit is contained in:
Lachlan
2020-11-12 10:12:25 +00:00
parent 8dad1de61e
commit f5ada3d326
2 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import R from 'ramda'
import { createHash } from 'crypto'
import { buildDesaturated } from './blueprinters'
import {
getFileExt,
fmtName,
fmtBlueprinterTitles,
isFunction

View File

@@ -14,11 +14,6 @@ function camelize (str) {
})
}
export function getFileExt (str) {
const re = /(?:\.([^.]+))?$/
return re.exec(str)[1]
}
export const fmtObj = R.curry(
(
columnNames,