UNPKG

@x5e/gink

Version:

an eventually consistent database

7 lines (6 loc) 239 B
#!/usr/bin/env node export * from "./index"; export { LogBackedStore } from "./LogBackedStore"; export { SimpleServer } from "./SimpleServer"; import { CommandLineInterface } from "./CommandLineInterface"; export { CommandLineInterface };