@instantdb/core
Version:
Instant's core local abstraction
5 lines • 358 B
TypeScript
export function rewriteStep(attrMapping: any, txStep: any): any[];
export function getAttrByFwdIdentName(attrs: any, inputEtype: any, inputIdentName: any): any;
export function getAttrByReverseIdentName(attrs: any, inputEtype: any, inputIdentName: any): any;
export function transform(ctx: any, inputChunks: any): any[];
//# sourceMappingURL=instaml.d.ts.map