a zip code crypto-currency system good for red ONLY

let.js 175B

12345678910
  1. /**
  2. * @param func
  3. * @return {Observable<R>}
  4. * @method let
  5. * @owner Observable
  6. */
  7. export function letProto(func) {
  8. return func(this);
  9. }
  10. //# sourceMappingURL=let.js.map