UNPKG

react-torch

Version:

A lib to server-side render with react.

7 lines (6 loc) 371 B
export declare const identity: <X>(x: X) => X; export declare const isPlainObject: (obj: any) => boolean; export declare const shallowEqual: (objA: any, objB: any) => boolean; export declare const isThenble: (input: any) => boolean; export declare const forcePlainDataCheck: (input: any, path?: string) => void; export declare const forceCheckValue: (value: any) => any;