Merge branch 'main' into feat/v4

This commit is contained in:
Jacob Nguyen
2024-06-22 14:20:29 -05:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ interface Wrapper {
}
/**
* @since 1.0.0
* @param wrapper Options to pass into sern.
* @param maybeWrapper Options to pass into sern.
* Function to start the handler up
* @example
* ```ts title="src/index.ts"