We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca786c0 commit d982c0dCopy full SHA for d982c0d
ember-set-helper/src/template-registry.ts
@@ -1,5 +1,5 @@
1
import type set from './helpers/set';
2
3
export default interface Registry {
4
- set: typeof set
+ set: typeof set;
5
}
0 commit comments