Skip to content

Commit

Permalink
Fix import path to point directly to module instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
shaungrady committed Jun 24, 2023
1 parent b23922a commit b252fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/enumToSet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { EnumMember } from '../types/EnumMember.js';
import { isValidEnumMember } from '../main.js';
import isValidEnumMember from './isValidEnumMember.js';

/**
* Converts an enum runtime object to an array of its members. This is safe to
Expand Down

0 comments on commit b252fcd

Please sign in to comment.