Skip to content

Commit

Permalink
add import check
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Dec 12, 2024
1 parent 7b6da13 commit 5ad1fdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/check-imports/src/references.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,16 @@ import {
arrayify,
hexlify,
createConfig,
AbiParser,
} from 'fuels';

const { log } = console;

/**
* abi
*/
log(AbiParser);

/**
* abi-coder
*/
Expand Down

0 comments on commit 5ad1fdb

Please sign in to comment.