Skip to content

Commit

Permalink
fix type test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 11, 2024
1 parent d22da98 commit c58ed34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
3 changes: 2 additions & 1 deletion src/lib/experimental/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import './experimental';
import './globals';
import '../../../type_tests';

export * from '../stable/json';
export * from '../stable/stable_structures/stable_json';
Expand All @@ -12,3 +11,5 @@ export * from './server';
export * from './stable_structures/stable_b_tree_map';
export * from './system_types';
export * from './threshold_wallet';

import '../../../type_tests';

0 comments on commit c58ed34

Please sign in to comment.