UNPKG

@joystick.js/db-canary

Version:

JoystickDB - A minimalist database server for the Joystick framework

6 lines (5 loc) 173 B
import isWindows from './isWindows.js'; export default (path = '') => { // NOTE: This is why serial killers exist. return isWindows ? path.replace('/', '\\') : path; };