UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

15 lines (12 loc) 245 B
var utils = require('../utils'); /** * Pop a value from `expr`. * * @param {Expression} expr * @return {Node} * @api public */ (module.exports = function pop(expr) { expr = utils.unwrap(expr); return expr.nodes.pop(); }).raw = true;