Skip to content

include

include is the base function to fetch all libraries.

Usage

function include(
  library: string,
): Record<string, any>

Example

local CeDe = include("cede")
CeDe.compress("lz4", "Hello, World!")