shinkansen-pantograph
Version:
Shinkansen Pantograph
18 lines (13 loc) • 611 B
text/typescript
type AlphaType = PantographTypes.Pantograph.AlphaType
type OmegaType = PantographTypes.Pantograph.OmegaType
type EmbarkType = PantographTypes.Pantograph.EmbarkType
type DebarkType = PantographTypes.Pantograph.DebarkType
type ConfirmType = PantographTypes.Pantograph.ConfirmType
type PantographType = PantographTypes.Pantograph.PantographType
export declare const ALPHA: AlphaType
export declare const OMEGA: OmegaType
export declare const EMBARK: EmbarkType
export declare const DEBARK: DebarkType
export declare const CONFIRM: ConfirmType
declare const Pantograph: PantographType
export default Pantograph