/** * @file Type Aliases - EmptyArray * @module kronk/types/EmptyArray */ /** * An empty array. */ type EmptyArray = []; export type { EmptyArray as default };