Skip to content

Type Alias: Hemisphere

ts
type Hemisphere = "left" | "right" | "both" | "unknown";

Defined in: src/loaders.ts:10

Released under the MIT License.