UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

6 lines (5 loc) 229 B
declare module '@glimmer/interfaces/lib/array' { import type { Optional } from "@glimmer/interfaces/lib/core.js"; export type PresentArray<T> = [T, ...T[]]; export type OptionalArray<T> = Optional<PresentArray<T>>; }