[fix] #1 keep C binding from default module exports (compat with Bun)

Signed-off-by: Anton Nesterov <anton@demiurg.io>
This commit is contained in:
Anton Nesterov 2024-08-26 23:13:56 +02:00
parent 48a26223c0
commit ab5de2ae51
No known key found for this signature in database
GPG key ID: 59121E8AE2851FB5

View file

@ -1,2 +1 @@
export { default as DAL } from "./Builder"; export { default as DAL } from "./Builder";
export { default as DALite } from "./CBuilder";