UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

11 lines (10 loc) 193 B
//#region src/db/field.ts const createFieldAttribute = (type, config) => { return { type, ...config }; }; //#endregion export { createFieldAttribute }; //# sourceMappingURL=field.mjs.map