UNPKG

steal-es6-module-loader

Version:
5 lines (4 loc) 90 B
import { even } from './even'; export function odd(n) { return n != 0 && even(n - 1); }