UNPKG

@pubby/sdk

Version:
8 lines (5 loc) 97 B
import { take } from './take.js'; function first() { return take(1); } export { first };