UNPKG

aurelia-orm

Version:

Makes working with entities and calling your Rest API simple.

8 lines (5 loc) 155 B
import {Entity} from '../../../src/entity'; import {resource} from '../../../src/decorator/resource'; @resource() export class Custom extends Entity { }