Added NodePlatformAdapter and fixed bug in platform independent functions and added Demo.

This commit is contained in:
2022-06-29 15:00:01 +00:00
committed by GitHub
parent f3c0d646e3
commit bdbb5deda9
18 changed files with 432 additions and 105 deletions

View File

@ -18,6 +18,8 @@
"unified"
],
"devDependencies": {
"@types/node": "^18.0.0"
}
"@types/node": "^18.0.0",
"typescript": "^4.7.4"
},
"type": "module"
}