tldraw/utils/index.ts
2021-07-01 15:03:02 +01:00

5 lines
93 B
TypeScript

import vec from './vec'
import svg from './svg'
export * from './utils'
export { vec, svg }