mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
import { b } from './module-b';
|
|
|
|
export const a = b + 1;
|