Files
2023-07-12 16:31:19 +01:00

13 lines
146 B
JavaScript
Executable File

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