UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

7 lines (6 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function normalizeSlashes(value) { return value.replace(/\\/g, '/'); } exports.normalizeSlashes = normalizeSlashes;