Files: 144b0f7953ef292191ea81412443f43716e37d1d / test.js
116 bytesRaw
1 | const sync = require('./'); |
2 | |
3 | sync('/source', '/target', |
4 | null, |
5 | { |
6 | algorithm: 'aes-256-ctr', |
7 | password: '123456' |
8 | }); |
Built with git-ssb-web
1 | const sync = require('./'); |
2 | |
3 | sync('/source', '/target', |
4 | null, |
5 | { |
6 | algorithm: 'aes-256-ctr', |
7 | password: '123456' |
8 | }); |
Built with git-ssb-web