mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
8 lines
347 B
TypeScript
8 lines
347 B
TypeScript
// Type definitions for field 1.0.1
|
|
// Project: https://www.npmjs.com/package/field
|
|
// Definitions by: Leo Liang <https://github.com/aleung>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export declare function get(topObj: any, fields: string): any;
|
|
export declare function set(topObj: any, fields: string, value: any): any;
|