mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-07 19:50:52 +00:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
|
// index.ts
|
||
|
export { getUserInfo } from "./getUserInfo";
|
||
|
export { updateUserInfo } from "./updateUserInfo";
|
||
|
export { changePassword } from "./changePassword";
|