Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

RestOrArray

Create a type that can be a rest or an array.

API/Type Aliases/RestOrArray
hoshimi/src/types/Manager.d.ts

Signature

type RestOrArray<T> = T[] | [    T[]];

Members

This export does not declare public properties or methods in the generated declaration file.