@ruabick/utils
Advanced tools
+1
-1
| { | ||
| "name": "@ruabick/utils", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "bin": {}, |
| declare function parseProps(content: string): Record<string, string | undefined>; | ||
| interface LocaleConfigs { | ||
| defaultLang: string; | ||
| langToPathMap: Record<string, string>; | ||
| } | ||
| declare function resolveLocaleConfigs(root?: string): Promise<LocaleConfigs>; | ||
| export { LocaleConfigs, parseProps, resolveLocaleConfigs }; |
2429
-11.7%3
-25%67
-9.46%