UNPKG

@shopify/react-form-state

Version:
8 lines (7 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function lastCallArgs(spy) { var calls = spy.mock.calls; return calls[calls.length - 1][0]; } exports.lastCallArgs = lastCallArgs;