Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 25, 2023
1 parent 52c1148 commit 16a8246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kong/tools/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ do

return is_array_strict(t)
end
end


--- Checks if a table is an array and not an associative array.
-- *** NOTE *** string-keys containing integers are considered valid array entries!
-- @param t The table to check
-- @return Returns `true` if the table is an array, `false` otherwise
_M.is_lapis_array = is_array_lapis
--- Checks if a table is an array and not an associative array.
-- *** NOTE *** string-keys containing integers are considered valid array entries!
-- @param t The table to check
-- @return Returns `true` if the table is an array, `false` otherwise
_M.is_lapis_array = is_array_lapis
end


--- Deep copies a table into a new table.
Expand Down

0 comments on commit 16a8246

Please sign in to comment.