chore: Add API Reference

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-03-17 22:16:21 -04:00
parent 5b73227f42
commit ebeac7ccc9
6 changed files with 18 additions and 6 deletions
+6
View File
@@ -14,5 +14,11 @@
* limitations under the License.
*/
/**
* Analytics Module plugin for Google Analytics.
*
* @packageDocumentation
*/
export { analyticsModuleGA } from './plugin';
export * from './apis/implementations/AnalyticsApi';