UNPKG

@altostra/core

Version:

Core library for shared types and logic

3 lines (2 loc) 110 B
export declare const fst: <T, _>([x, _]: [T, _]) => T; export declare const snd: <_, T>([_, x]: [_, T]) => T;