Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 3d84ba2

Browse files
committed
feat: core should export unparse utility
Fixes #3349
1 parent e4a26d4 commit 3d84ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export {
4040
Event,
4141
CommandRegistrar as Registrar
4242
} from './models/command'
43+
export { optionsToString as unparse } from './core/utility'
4344
export {
4445
MixedResponse,
4546
RawResponse,

0 commit comments

Comments
 (0)