Skip to content

Commit

Permalink
Export isWindow in Spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Aug 2, 2024
1 parent 936b920 commit 8734d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export { default as api } from './api';
export type { App } from './stores/pluginStore';
export { useDataset, convertValue } from './stores/dataset';
export { useColors } from './stores/colors';
export { isAudio, isBoolean, getNullValue, isCategorical } from './datatypes';
export { isAudio, isBoolean, getNullValue, isCategorical, isWindow } from './datatypes';
export type {
EmbeddingDataType,
DataType,
Expand Down

0 comments on commit 8734d1f

Please sign in to comment.