Skip to content

Commit

Permalink
fix(clientdb): export base record class
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 10, 2024
1 parent cc04946 commit c8c0d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/clientdb/ClientDbRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ class ClientDbRecord {
}

export default ClientDbRecord;
export { ClientDbRecord };
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Blp, { BlpImage, BLP_COLOR_FORMAT, BLP_IMAGE_FORMAT } from './blp/Blp.js'
export { Blp, BlpImage, BLP_COLOR_FORMAT, BLP_IMAGE_FORMAT };

export * from './clientdb/ClientDb.js';
export * from './clientdb/ClientDbRecord.js';
export * from './clientdb/records.js';

export * from './map/Map.js';
Expand Down

0 comments on commit c8c0d0c

Please sign in to comment.