diff --git a/crates/bindings-typescript/src/server/index.ts b/crates/bindings-typescript/src/server/index.ts index ac4a492556f..18c547be6ef 100644 --- a/crates/bindings-typescript/src/server/index.ts +++ b/crates/bindings-typescript/src/server/index.ts @@ -21,5 +21,6 @@ export { toCamelCase } from '../lib/util'; export type { Uuid } from '../lib/uuid'; export type { Random } from './rng'; export type { ViewExport, ViewCtx, AnonymousViewCtx } from './views'; +export { Range, type Bound } from './range'; import './polyfills'; // Ensure polyfills are loaded