UNPKG

165 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.flushdb = flushdb;
7function flushdb() {
8 this.data.clear();
9 return 'OK';
10}
\No newline at end of file