mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
moved kit to root
This commit is contained in:
@@ -49,8 +49,8 @@ function test() {
|
||||
function testKit() {
|
||||
makerjs.kit.construct(null, null);
|
||||
makerjs.kit.getParameterValues(null);
|
||||
(<MakerJs.kit.IMetaParameter>{}).max;
|
||||
(<MakerJs.kit.IKit>{}).metaParameters;
|
||||
(<MakerJs.IMetaParameter>{}).max;
|
||||
(<MakerJs.IKit>{}).metaParameters;
|
||||
}
|
||||
|
||||
function testMeasure() {
|
||||
|
||||
Reference in New Issue
Block a user