UNPKG

@uxland/functional

Version:
6 lines (5 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ramda_1 = require("ramda"); const pathSplit = ramda_1.split('.'); exports.toPath = ramda_1.when(ramda_1.is(String), pathSplit);