mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-23 15:51:03 +00:00
9 lines
104 B
Lua
9 lines
104 B
Lua
local M = {}
|
|
|
|
function M:peek() end
|
|
|
|
function M:seek() end
|
|
|
|
function M:preload() return 1 end
|
|
|
|
return M
|