UNPKG

203 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.brpoplpush = brpoplpush;
7function brpoplpush(source, destination) {
8 return this.rpoplpush(source, destination);
9}
\No newline at end of file