mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
import { PartialShallow } from "./PartialShallow.mjs";
|
|
|
|
//#region src/compat/_internal/ValueIteratee.d.ts
|
|
type ValueIteratee<T> = ((value: T) => unknown) | (PropertyKey | [PropertyKey, any] | PartialShallow<T>);
|
|
//#endregion
|
|
export { ValueIteratee }; |