UNPKG

zents

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

2 lines (1 loc) 103 B
export declare function get<T = any>(obj: Record<string, unknown>, path: string, defaultValue?: T): T;