(value)
| 48 | } |
| 49 | |
| 50 | function shell(value) { |
| 51 | return JSON.stringify(String(value)); |
| 52 | } |
| 53 | |
| 54 | export function normalizeCloneOptions(input) { |
| 55 | const strategy = input.clone === "shallow" ? "shallow" : "blobless"; |
no outgoing calls
no test coverage detected