UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

8 lines (7 loc) 237 B
import { Resource } from '../resource'; export declare abstract class BaseResource { collection(data: any): Resource; item(data: any): Resource; static collection(data: any): Resource; static item(data: any): Resource; }