UNPKG

@jsenv/cli

Version:

Command Line Interface for jsenv

9 lines (7 loc) 271 B
/* * This file is the entry point of this codebase * - It is responsible to export the documented API * - It should be kept simple (just re-export) to help reader to * discover codebase progressively */ export { getMessage, getMessageAsync } from "./message.js";