mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
05b9d81ee6
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
228 B
228 B
api |
---|
patch |
- Add new nodejs-inspired functions which are
join
,resolve
,normalize
,dirname
,basename
andextname
. - Add
sep
anddelimiter
constants. - Removed
resolvePath
API, useresolve
instead.