Skip to content

Commit 4ee7bdf

Browse files
committed
docs: add documentation comment for IterableApi class
1 parent 361897f commit 4ee7bdf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/core/classes/IterableApi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import { IterableAttributionInfo } from './IterableAttributionInfo';
1212
import type { IterableCommerceItem } from './IterableCommerceItem';
1313
import { IterableConfig } from './IterableConfig';
1414

15+
/**
16+
* Contains functions that directly interact with the native layer.
17+
*/
1518
export class IterableApi {
1619
// ====================================================== //
1720
// ===================== INITIALIZE ===================== //

0 commit comments

Comments
 (0)