@igxjs/node-components 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -142,9 +142,6 @@ export class CustomError extends Error {
|
|
|
142
142
|
constructor(code: number, message: string, error?: object, data?: object);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
// Singleton session instance
|
|
146
|
-
export const session: SessionManager;
|
|
147
|
-
|
|
148
145
|
// FlexRouter class for Express routing
|
|
149
146
|
export class FlexRouter {
|
|
150
147
|
context: string;
|