Skip to content

Commit f522e3e

Browse files
committed
Export Range/Bound from the spacetimedb/server typescript sdk
1 parent c5743cf commit f522e3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/bindings-typescript/src/server

crates/bindings-typescript/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ export { toCamelCase } from '../lib/util';
2121
export type { Uuid } from '../lib/uuid';
2222
export type { Random } from './rng';
2323
export type { ViewExport, ViewCtx, AnonymousViewCtx } from './views';
24+
export * from './range';
2425

2526
import './polyfills'; // Ensure polyfills are loaded

0 commit comments

Comments
 (0)