UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

11 lines (7 loc) 138 B
/** @module main */ 'use strict'; import {foo} from './dependency'; /** Executes the module. */ export function run() { foo('bar'); }