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
aacc8061cf
filer
/
shims
/
path.js
7 lines
102 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
module
.
exports
=
{
_
_esModule
:
true
,
default
:
path
,
}
;