@h3ravel/contracts 2.1.2 → 2.1.3
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/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3350,10 +3350,6 @@ declare abstract class IRouter {
|
|
|
3350
3350
|
* @param callback
|
|
3351
3351
|
*/
|
|
3352
3352
|
abstract substituteImplicitBindingsUsing(callback: CallableConstructor): this;
|
|
3353
|
-
/**
|
|
3354
|
-
* Count the number of items in the collection.
|
|
3355
|
-
*/
|
|
3356
|
-
abstract count(): number;
|
|
3357
3353
|
}
|
|
3358
3354
|
//#endregion
|
|
3359
3355
|
//#region src/Database/IModel.d.ts
|