Skip to content

Commit

Permalink
export context methods
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Sep 7, 2023
1 parent 98f064f commit 2124c63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assembly/std/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ export * from './utils';
* @module Coins
*/
export * from './coins';

/**
* @module Context
*/
export * from './context';

0 comments on commit 2124c63

Please sign in to comment.