refactor and clean up and reenter v3 module loading

This commit is contained in:
Jacob Nguyen
2024-05-13 15:27:12 -05:00
parent 8554eeaef4
commit 6e2f4b616f
13 changed files with 152 additions and 101 deletions

View File

@@ -1,5 +1,5 @@
import { Result as Either } from 'ts-results-es';
import { SernError } from '../_internal';
import { SernError } from './enums';
import * as assert from 'node:assert';
/**