Skip to content

Commit

Permalink
chore: use reflect-metadata from esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Jun 10, 2024
1 parent 49b0091 commit b394599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base_utils/ffipp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="./ffipp.d.ts"/>

import "npm:reflect-metadata";
import "https://esm.sh/reflect-metadata@0.2.2";

export function createType({
symbol,
Expand Down

0 comments on commit b394599

Please sign in to comment.