UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

3 lines (2 loc) 150 B
export declare const isObject: <T>(item: T) => item is NonNullable<T>; export declare const mergeDeep: <T>(target: T, ...sources: Partial<T>[]) => T;