Skip to content

Commit

Permalink
feat: create storage package
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Aug 11, 2020
1 parent 2132b08 commit 1867afe
Show file tree
Hide file tree
Showing 18 changed files with 1,857 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/encryption/README.md
@@ -0,0 +1,11 @@
# `encryption`

> TODO: description
## Usage

```
const encryption = require('encryption');
// TODO: DEMONSTRATE API
```
7 changes: 7 additions & 0 deletions packages/encryption/__tests__/encryption.test.js
@@ -0,0 +1,7 @@
'use strict';

const encryption = require('..');

describe('encryption', () => {
it('needs tests');
});
377 changes: 377 additions & 0 deletions packages/encryption/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1867afe

Please sign in to comment.