Add public API

This commit is contained in:
Jack Hadrill
2022-01-31 00:02:51 +00:00
parent ba4c9399a9
commit d77b54a2f8
6 changed files with 55 additions and 2 deletions

View File

@@ -1 +1,2 @@
console.log('Hello, World')
export { encrypt } from './encrypt'
export { decrypt } from './decrypt'