UNPKG

k5kit

Version:

Utilities for TypeScript and Svelte

5 lines (4 loc) 261 B
export { check_shortcut, check_modifiers, is_mac } from './shortcuts.ts'; export { auto_snapshot } from './auto-snapshot.ts'; export { KSelection } from './selection-js.ts'; export declare function clamp_number(min: number, max: number, value: number): number;