9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
/**
|
|
* V3 Hooks System - Export Verification
|
|
*
|
|
* Verifies that all exports are accessible through the public API.
|
|
*
|
|
* @module v3/shared/hooks/verify-exports.test
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=verify-exports.test.d.ts.map
|