mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
* feat: update wonder-commonlib,wonder-frp dts file feat: add wonder.js dts file * fix: change module to "commonjs" * fix: try pass ci
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
import {Collection} from "wonder-commonlib/dist/es2015/Collection";
|
|
|
|
var list = Collection.create();
|
|
|
|
list.addChild(1);
|
|
|
|
|