UNPKG

apple-version-history

Version:

List of released Apple operating system versions and builds.

8 lines (7 loc) 199 B
export type osType = 'ios' | 'macos' | 'tvos' | 'watchos'; export type versionNumbers = { [versionNumber: string]: string[]; }; export type versionNames = { [key: string]: versionNumbers; };