UNPKG

@aresrpg/aresrpg-sdk

Version:

General SDK to interract with AresRPG

5 lines (4 loc) 119 B
export function object_or_ref(value) { if (typeof value === 'string') return tx => tx.object(value) return value }