UNPKG

@tableau/taco-toolkit

Version:
4 lines (3 loc) 241 B
export declare function hasOwnProperty(obj: NonNullable<unknown>, prop: PropertyKey): boolean; export declare function getTypedKeys<T extends object>(obj: T): Array<keyof T>; export declare function stringifyUnknown(value: unknown): string;