Skip to content

Commit

Permalink
fix typebox portable type annonation
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Jun 6, 2023
1 parent 6a9e8cf commit c6897c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plutus/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
TSchema,
Type,
} from "https://deno.land/x/[email protected]/src/typebox.ts";
export * from "https://deno.land/x/[email protected]/src/typebox.ts"
import { C } from "../core/mod.ts";
import { Datum, Exact, Json, Redeemer } from "../types/mod.ts";
import { fromHex, fromText, toHex } from "../utils/utils.ts";
Expand Down

0 comments on commit c6897c7

Please sign in to comment.