squiggle/packages/squiggle-lang/src/rescript/shims/Js.shim.ts

2 lines
46 B
TypeScript

export type Dict_t<T> = { [key: string]: T };