/**
 * This module is for convenient use by the scripting language internals. Host applications should
 * only import func, object, and any most of the time.
 */
module mildew.types;

public import mildew.types.any;
public import mildew.types.array;
public import mildew.types.func;
public import mildew.types.object;
public import mildew.types..string;