I asked ChatGPT for types & it gave this: ```ts declare module "sqlite-ulid" { export function getLoadablePath(): string; } ``` Can you publish this? I'll use a `global.d.ts` in the meantime :) And thanks for the project. Does it add `ulid` to `id` automatically?
I asked ChatGPT for types & it gave this:
Can you publish this? I'll use a
global.d.tsin the meantime :)And thanks for the project. Does it add
ulidtoidautomatically?