feat: implement FluentUrl class with configuration and options normalization

This commit is contained in:
2026-02-22 16:42:34 -05:00
parent 03f30ecbcd
commit f01755fda9
6 changed files with 169 additions and 0 deletions

3
lib/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import { FluentUrl } from '@/core/fluent-url'
export { FluentUrl }