UNPKG
wabac
Version:
latest (0.1.1)
0.1.1
0.1.0
A versioned cache backed by cloud storage
github.com/paulmelnikow/wabac
paulmelnikow/wabac
wabac
/
src
/
index.js
8 lines
(5 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
const
Cache
=
require
(
'./cache'
)
module
.
exports
= {
Cache
, }