UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 207 B
import { Any } from './Type'; export declare const shouldUseIdentity: (types: readonly Any[]) => boolean; export declare type Props = Readonly<Record<PropertyKey, Any>>; //# sourceMappingURL=helpers.d.ts.map