UNPKG

191 BTypeScriptView Raw
1declare module '@ember/-internals/glimmer/lib/helpers/unique-id' {
2 /**
3 @module ember
4 */
5 const _default: object;
6 export default _default;
7 export function uniqueId(): string;
8}