Skip to content

Instantly share code, notes, and snippets.

@xyclos
Created September 28, 2019 19:26
Show Gist options
  • Save xyclos/6c62f16abb9cb2837c43e35c2f29cadc to your computer and use it in GitHub Desktop.
Save xyclos/6c62f16abb9cb2837c43e35c2f29cadc to your computer and use it in GitHub Desktop.
const src: Source = '/path/to/src'
const dest = '/path/to/dest'
src.copyTo(dest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment