UNPKG

@altostra/core

Version:

Core library for shared types and logic

3 lines (2 loc) 128 B
import type { It } from "../It"; export declare function entries<T extends object>(obj: T): It<[string & keyof T, T[keyof T]]>;