@jsenv/filesystem
Advanced tools
Comparing version 4.10.0 to 4.10.1
{ | ||
"name": "@jsenv/filesystem", | ||
"version": "4.10.0", | ||
"version": "4.10.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
import { copyEntrySync } from "../copy/copy_entry_sync.js"; | ||
export const replaceFileSync = (from, to) => | ||
export const replaceFileSync = ({ from, to }) => | ||
copyEntrySync({ | ||
@@ -5,0 +5,0 @@ from, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138069