Skip to content

anio-fs-org/remove

Repository files navigation

@anio-fs/remove

Remove a path of any type.

import {remove} from "@anio-fs/remove"

console.log(
	await remove("examples/src")
)

console.log("done")