Skip to content

Commit

Permalink
chore: xiorObj => xior
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed May 19, 2024
1 parent a9739a6 commit 02c7550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export * from './types';
// @ts-ignore
export * from 'xior/utils';

const xiorObj = Object.assign(Xior.create(), { create: Xior.create, VERSION: Xior.VERSION });
const xior = Object.assign(Xior.create(), { create: Xior.create, VERSION: Xior.VERSION });

export default xiorObj;
export default xior;
Empty file added vite-example/src/index.ts
Empty file.

0 comments on commit 02c7550

Please sign in to comment.