Skip to content

Commit 5c5bc62

Browse files
committed
build: do not export methods
1 parent 70383d4 commit 5c5bc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export type MindElixirMethods = typeof methods
4444
*
4545
* @public
4646
*/
47-
export const methods = {
47+
const methods = {
4848
getObjById,
4949
generateNewObj,
5050
layout,

0 commit comments

Comments
 (0)