UNPKG

ember-data

Version:

The lightweight reactive data library for JavaScript applications

11 lines 316 B
declare module 'ember-data/-private/core' { /// <reference types="ember-source/types" /> import Namespace from '@ember/application/namespace'; export interface DS extends Namespace { VERSION: string; name: string; } export const DS: DS; export default DS; } //# sourceMappingURL=core.d.ts.map