4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
declare function values(obj: any): any[];
|
||
|
|
||
|
export = values;
|