UNPKG

unix-permissions

Version:
10 lines (6 loc) 293 B
import{convert as convertValue}from"./helpers.js"; import{TYPES_MAP}from"./types/main.js"; import{mapValues}from"./utils.js"; const getConverters=()=>mapValues(TYPES_MAP,getConverter); const getConverter=(type,name)=>convertValue.bind(undefined,name); export const convert=getConverters();