diff --git a/main.d.ts b/main.d.ts index 82c90c9..5bc5484 100644 --- a/main.d.ts +++ b/main.d.ts @@ -109,6 +109,12 @@ export namespace scpoProce { ordo?: CbNor } } +/** + * 幻想私社异步过程类 + * @author E0SelmY4V + * @version 1.1.2022112000 + * @link https://github.com/E0SelmY4V/scpo-proce + */ export function scpoProce

(doexpr: scpoProce.CbCur, config?: scpoProce.Config): scpoProce.Proce

export function scpoProce, P extends A[]>(...arg: P): scpoProce.Proce export default scpoProce \ No newline at end of file diff --git a/package.json b/package.json index 1dbd3b1..840e6da 100644 --- a/package.json +++ b/package.json @@ -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": {}, @@ -24,5 +24,8 @@ "homepage": "https://github.com/E0SelmY4V/scpo-proce#readme", "dependencies": { "accurtype": "^2.4.159" + }, + "devDependencies": { + "ie-passer": "^1.3.4" } }