1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-01 18:02:15 +00:00

10 lines
164 B
TypeScript
Raw Normal View History

import { A } from "./other";
import { A, B, C } from "./other";
import { A as B, C, D as E, F } from "./other";
import * as A from "./other";
import "./other";