mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
8 lines
102 B
TypeScript
8 lines
102 B
TypeScript
import wdCb = require("wonder-commonlib");
|
|
|
|
var list = wdCb.Collection.create();
|
|
|
|
list.addChild(1);
|
|
|
|
|