mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import { Collection } from "wonder-commonlib/dist/es2015/Collection";
|
|
|
|
var list = Collection.create();
|
|
|
|
list.addChild(1);
|
|
|
|
|