Nano-copy is a tiny, dependency-free JavaScript library for creating shallow copies of objects and arrays. Designed for minimal footprint, it avoids deep cloning for speed and efficiency. Ideal when you need a quick, simple copy without the overhead of larger utilities. Perfect for immutability or data manipulation scenarios where nested objects/arrays don't require duplication. Nano-copy offers a straightforward solution for lightweight cloning tasks.