1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00

feat(core/stdlib): implement get function and remove getByPath

This commit is contained in:
2025-05-20 19:20:03 +07:00
parent 890d984aad
commit 049b5b351a
3 changed files with 35 additions and 85 deletions

View File

@@ -1 +1 @@
export * from './getByPath';
export * from './get';