UNPKG

accounts

Version:

Tempo Accounts SDK

9 lines 219 B
/** Defines a JSON-RPC method schema item. */ export function defineItem(item) { return item; } /** Creates a {@link Schema}. */ export function from(schema) { return schema; } //# sourceMappingURL=schema.js.map