UNPKG

kawkab-frontend

Version:

Kawkab frontend is a frontend library for the Kawkab framework

6 lines (5 loc) 216 B
import type { Collection } from 'collect.js'; export declare abstract class BaseModel { constructor(data: any); static collect<T extends BaseModel>(this: new (data: any) => T, items: any[]): Collection<T>; }