UNPKG

beansflight-json-form

Version:

> **版本号:verison 0.23.17**

5 lines (3 loc) 90 B
const add = (x, y) => x * y const square = z => z * z const fn = (x, y) => square(add())