UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 180 B
/** * @ignore */ export function identity(x) { return x; } /** * @ignore */ export async function identityAsync(x) { return x; } //# sourceMappingURL=identity.mjs.map