Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
10b593b480 | |||
839a86ccf1 |
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@ -1,4 +1,3 @@
|
|||||||
/// <reference path="typings/main.d.ts" />
|
|
||||||
import SmartpathCheck = require("./smartpath.check");
|
import SmartpathCheck = require("./smartpath.check");
|
||||||
import SmartpathGet = require("./smartpath.get");
|
import SmartpathGet = require("./smartpath.get");
|
||||||
import SmartpathTransform = require("./smartpath.transform");
|
import SmartpathTransform = require("./smartpath.transform");
|
||||||
|
1
dist/smartpath.get.d.ts
vendored
1
dist/smartpath.get.d.ts
vendored
@ -1,4 +1,3 @@
|
|||||||
/// <reference path="typings/main.d.ts" />
|
|
||||||
/**
|
/**
|
||||||
* returns the type of the given path. Can be "url" or "local"
|
* returns the type of the given path. Can be "url" or "local"
|
||||||
*/
|
*/
|
||||||
|
1
dist/smartpath.plugins.d.ts
vendored
1
dist/smartpath.plugins.d.ts
vendored
@ -1,4 +1,3 @@
|
|||||||
/// <reference path="typings/main.d.ts" />
|
|
||||||
export declare var beautylog: any;
|
export declare var beautylog: any;
|
||||||
export declare var home: any;
|
export declare var home: any;
|
||||||
export declare var path: any;
|
export declare var path: any;
|
||||||
|
1
dist/smartpath.transform.d.ts
vendored
1
dist/smartpath.transform.d.ts
vendored
@ -1,2 +1 @@
|
|||||||
/// <reference path="typings/main.d.ts" />
|
|
||||||
export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any;
|
export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartpath",
|
"name": "smartpath",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"description": "offers smart ways to handle paths",
|
"description": "offers smart ways to handle paths",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"home": "^1.0.1"
|
"home": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"npmts": "^5.1.0",
|
"npmts": "^5.1.4",
|
||||||
"should": "^8.3.1"
|
"should": "^8.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
test/test.d.ts
vendored
1
test/test.d.ts
vendored
@ -1,3 +1,2 @@
|
|||||||
/// <reference path="../ts/typings/main.d.ts" />
|
|
||||||
declare let should: any;
|
declare let should: any;
|
||||||
declare let smartpath: any;
|
declare let smartpath: any;
|
||||||
|
Reference in New Issue
Block a user