vscode-vsce/typings/url-join/url-join.d.ts
Joao Moreno ee533d1e69 readme massaging
made processors chainable
move readme massging code out of util
made github heuristic a special case
fixes #17
2015-10-29 18:15:56 +01:00

7 lines
No EOL
108 B
TypeScript

declare module 'url-join' {
function join(...args: string[]): string;
module join {}
export = join;
}