First upload version 0.0.1
This commit is contained in:
1
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.d.ts
generated
vendored
Normal file
1
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare function pushComment(newComment: string, comment?: string): string;
|
||||
7
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.js
generated
vendored
Normal file
7
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export function pushComment(newComment, comment = "") {
|
||||
if (comment.length) {
|
||||
return `${newComment}, ${comment}`;
|
||||
}
|
||||
return newComment;
|
||||
}
|
||||
//# sourceMappingURL=push-comment.js.map
|
||||
1
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.js.map
generated
vendored
Normal file
1
node_modules/ipull/dist/download/download-engine/download-file/utils/push-comment.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"push-comment.js","sourceRoot":"","sources":["../../../../../src/download/download-engine/download-file/utils/push-comment.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,WAAW,CAAC,UAAkB,EAAE,OAAO,GAAG,EAAE;IACxD,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;QACjB,OAAO,GAAG,UAAU,KAAK,OAAO,EAAE,CAAC;IACvC,CAAC;IACD,OAAO,UAAU,CAAC;AACtB,CAAC"}
|
||||
Reference in New Issue
Block a user