Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions modules/bitgo/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
/**
* @prettier
*/
//
// index.js - Module definition for BitGoJS

/**
* Main entry point for the BitGo SDK.
*
* This module re-exports the core BitGo functionality including authentication,
* wallet management, coin implementations, and cryptographic utilities.
*
* @module bitgo
*/

//
// Copyright 2022, BitGo, Inc. All Rights Reserved.
//
Expand Down