made processors chainable move readme massging code out of util made github heuristic a special case fixes #17
7 lines
No EOL
108 B
TypeScript
7 lines
No EOL
108 B
TypeScript
declare module 'url-join' {
|
|
function join(...args: string[]): string;
|
|
|
|
module join {}
|
|
|
|
export = join;
|
|
} |