Files
seatmapv2/client/node_modules/cached-path-relative/shim.js
2021-03-02 00:06:38 +01:00

13 lines
146 B
JavaScript

/**
* Modules
*/
var path = require('path')
var cachedPathRelative = require('.')
/**
* Install shim
*/
path.relative = cachedPathRelative