mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 02:44:51 +00:00
85f0547ca4
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
import { join } from 'pathe'
|
|
import fse from 'fs-extra'
|
|
|
|
export const wpfs = {
|
|
...fse,
|
|
join
|
|
} as any
|