mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 19:37:59 -05:00
48daf2dc88
Also did some renames from underscores to hyphens
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
import { Other } from "./other.ts";
|
|
|
|
export class Test {
|
|
other = new Other();
|
|
}
|