budibase/packages/backend-core/src/pkg/utils.ts

5 lines
179 B
TypeScript
Raw Normal View History

2022-06-09 13:33:10 +02:00
// Mimic the outer package export for usage in index.ts
// The outer exports can't be used as they now reference dist directly
export * from "../utils"
export * from "../hashing"