We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9563ba commit fbbe346Copy full SHA for fbbe346
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linq-to-typescript",
3
- "version": "10.0.0-beta2",
+ "version": "10.0.0",
4
"description": "LINQ ported to TypeScript",
5
"type": "module",
6
"main": "./commonjs/index.js",
src/index.ts
@@ -16,7 +16,7 @@
16
// Create Commons Attribution 4.0 International
17
// https://github.com/dotnet/docs/blob/master/LICENSE
18
19
-// Shared Interfacess
+// Shared Interfaces
20
export * from "./types"
21
22
// Types and Stuff
0 commit comments