educhk 2026.2.8

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.
@@ -0,0 +1,7 @@
1
+ declare const academicDomains: ReadonlySet<string>;
2
+ declare const abusedDomains: ReadonlySet<string>;
3
+ declare const stoplistDomains: ReadonlySet<string>;
4
+ declare function isAcademic(domain: string): boolean;
5
+ declare function isAbused(domain: string): boolean;
6
+
7
+ export { abusedDomains, academicDomains, isAbused, isAcademic, stoplistDomains };
@@ -0,0 +1,7 @@
1
+ declare const academicDomains: ReadonlySet<string>;
2
+ declare const abusedDomains: ReadonlySet<string>;
3
+ declare const stoplistDomains: ReadonlySet<string>;
4
+ declare function isAcademic(domain: string): boolean;
5
+ declare function isAbused(domain: string): boolean;
6
+
7
+ export { abusedDomains, academicDomains, isAbused, isAcademic, stoplistDomains };