UNPKG

350 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.scan = scan;
7
8var _scanCommand = require('../commands-utils/scan-command.common');
9
10function scan(cursor, opt1, opt1val, opt2, opt2val) {
11 var allKeys = this.data.keys();
12 return (0, _scanCommand.scanHelper)(allKeys, 1, cursor, opt1, opt1val, opt2, opt2val);
13}
\No newline at end of file