UNPKG

ember-data

Version:

The lightweight reactive data library for JavaScript applications

10 lines (9 loc) 231 B
declare module 'ember-data/-private/core' { import Namespace from "@ember/application/namespace"; export interface DS extends Namespace { VERSION: string; name: string; } export const DS: DS; export default DS; }