@hapi/tlds 1.1.7 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## Useful resources
10
10
 
11
- - [Documentation and API](https://joi.dev/module/tlds/)
12
- - [Versions status](https://joi.dev/resources/status/#tlds)
13
- - [Changelog](https://joi.dev/module/tlds/changelog/)
14
- - [Project policies](https://joi.dev/policies/)
11
+ - [Documentation and API](https://joi.dev/module/tlds/)
12
+ - [Versions status](https://joi.dev/resources/status/#tlds)
13
+ - [Changelog](https://joi.dev/module/tlds/changelog/)
14
+ - [Project policies](https://joi.dev/policies/)
@@ -0,0 +1,5 @@
1
+ //#region src/index.d.ts
2
+ declare const tlds: Set<string>;
3
+ //#endregion
4
+ export { tlds };
5
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";cAEa,IAAA,EAAM,GAAA"}