Skip to content

Commit

Permalink
ver: 1.1.2022112000
Browse files Browse the repository at this point in the history
  • Loading branch information
E0SelmY4V committed Dec 20, 2022
1 parent 1b4eee4 commit af74bc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ export namespace scpoProce {
ordo?: CbNor<E>
}
}
/**
* 幻想私社异步过程类
* @author E0SelmY4V
* @version 1.1.2022112000
* @link https://github.com/E0SelmY4V/scpo-proce
*/
export function scpoProce<P extends any[], E extends any[] = [any]>(doexpr: scpoProce.CbCur<P, E>, config?: scpoProce.Config): scpoProce.Proce<P>
export function scpoProce<A extends Accur<A>, P extends A[]>(...arg: P): scpoProce.Proce<P, []>
export default scpoProce
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scpo-proce",
"version": "0.9.0",
"version": "1.1.2022112000",
"description": "Make your async programming easier",
"main": "main.js",
"scripts": {},
Expand All @@ -24,5 +24,8 @@
"homepage": "https://github.com/E0SelmY4V/scpo-proce#readme",
"dependencies": {
"accurtype": "^2.4.159"
},
"devDependencies": {
"ie-passer": "^1.3.4"
}
}

0 comments on commit af74bc6

Please sign in to comment.