UNPKG

@yobta/validator

Version:
9 lines 242 B
export type PlainObject = { [k: PropertyKey]: any; }; interface FromEntries { (input: Iterable<readonly [PropertyKey, any]>): PlainObject; } export declare const fromEntries: FromEntries; export {}; //# sourceMappingURL=index.d.ts.map