mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import DS from 'ember-data';
|
|
export default DS.Serializer;
|
|
export { SerializerRegistry } from 'ember-data';
|