2021-09-27 12:49:36 +00:00
|
|
|
import { join } from 'pathe'
|
2021-10-02 16:01:17 +00:00
|
|
|
import fse from 'fs-extra'
|
2021-04-29 11:51:54 +00:00
|
|
|
|
|
|
|
export const wpfs = {
|
2021-10-02 16:01:17 +00:00
|
|
|
...fse,
|
2021-04-29 11:51:54 +00:00
|
|
|
join
|
2021-12-20 11:33:18 +00:00
|
|
|
} as any
|