UNPKG

calcium-lang

Version:
7 lines (6 loc) 93 B
import If from "./if"; /** * elif control flow */ export default class Elif extends If { }