feat(pure): parseTarget with comma and magnitude suffix support

This commit is contained in:
dev
2026-06-01 15:16:12 -05:00
parent 07ef131d65
commit e0540468c3
3 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/"
"test": "node --test"
}
}