UNPKG

@astro-utils/forms

Version:

Server component for Astro (call server functions from client side with validation and state management)

4 lines (3 loc) 245 B
export declare function diffProps(object1: any, object2: any, skipKeys?: string[]): {}; export declare function getSomeProps(object: any, props: string[] | true): any; export declare function omitProps(object: any, props: string[] | true): any;