1import * as c from '../core/index'; 2export function getSecondsInDay() { 3 return c.multiply(10, 15); 4} 5import * as mod from '../core/anotherModule'; 6export const m = mod; 7