# lua-typeof **Repository Path**: iresty/lua-typeof ## Basic Information - **Project Name**: lua-typeof - **Description**: Check the data type for Lua variable - **Primary Language**: Lua - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-06 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: utils **Tags**: None ## README # lua-typeof Check the data type for Lua variable ## Install ```shell luarocks install typeof ``` ## Test ```shell $ lua spec/sanity.lua all passed ```