mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
import { a } from '../module-a.ts';
|
|
|
|
export const c = a + 1;
|