UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 173 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.snd=exports.fst=void 0;const fst=([s,t])=>s;exports.fst=fst;const snd=([s,t])=>t;exports.snd=snd;