let.js 89 B

1234
  1. export function letProto(func) {
  2. return func(this);
  3. }
  4. //# sourceMappingURL=let.js.map