Skip to content

Commit

Permalink
feat(core): export function to use in exchange (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushusir committed Mar 11, 2024
1 parent 351e2a4 commit 54da0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/index.ts
Expand Up @@ -141,9 +141,11 @@ export {
transformSnapshotToDocumentData,
generateTemporarySnap,
} from './services/snapshot/snapshot-transform';
export { textEncoder } from './services/snapshot/snapshot-utils';
export { textEncoder, textDecoder } from './services/snapshot/snapshot-utils';
export { type ILogContext } from './services/log/context';
export { b64DecodeUnicode, b64EncodeUnicode } from './shared/coder';
export { ClientSnapshotServerService } from './services/snapshot/snapshot-server.service';
export { getSheetBlocksFromSnapshot } from './services/snapshot/snapshot-transform';

export { isBlackColor, isWhiteColor } from './shared/color/color-kit';

Expand Down

0 comments on commit 54da0dc

Please sign in to comment.