- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
declare const _default: (obj: any, path: string | any[], value: any) => any;
|
|
/**
|
|
* https://github.com/developit/dlv/blob/master/index.js
|
|
* @param obj
|
|
* @param path
|
|
* @param value
|
|
*/
|
|
export default _default;
|