mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
8 lines
259 B
Lua
8 lines
259 B
Lua
--- Selection utilities for data tables
|
|
--- DEPRECATED: This file redirects to selection/ directory
|
|
--- Functions are now split into single-function files
|
|
---@module selection
|
|
---@deprecated Use selection.init instead
|
|
|
|
return require("selection.init")
|