summaryrefslogtreecommitdiffstats
path: root/filters/tables.lua
blob: 2ff4eeab1b215846a3b5369f6a3645aa481f6386 (plain) (blame)
1
2
3
4
5
local common = require 'filters.lib.common'

function Table(el)
    return common.wide(el)
end