Skip to content

Commit

Permalink
fix: removing typescript as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Sep 27, 2024
1 parent a1c2b92 commit b40ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorator-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getProperMetadataTarget } from './internal/get-proper-metadata-target';
import { getClassMetadata } from './meta-info';
import { ClassMetadata, ClassType, Key } from './meta-type';
import { isMetadata } from './plugin';
import { isMetadata } from './plugin/decorators';

export const DEFAULT = Symbol('default');

Expand Down

0 comments on commit b40ee81

Please sign in to comment.