This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
filer
Watch
1
Star
0
Fork
You've already forked filer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e82374ae2b
filer
/
shims
/
path.js
4 lines
66 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: use correct path import in shim
2021-03-07 15:01:05 +00:00
const
{
path
}
=
require
(
'../src/index'
)
;
feat: add path shim
2021-02-20 03:38:52 +00:00
fix: fix shim path export
2021-04-04 02:22:46 +00:00
module
.
exports
=
path
;