| LOW | source/merge-deep.d.ts | 401 | type Bar = { |
| LOW | source/pick-deep.d.ts | 41 | type NameConfig = PickDeep<Configuration, 'userConfig.name'>; |
| LOW | source/conditional-pick-deep.d.ts | 81 | // a: string; |
| LOW | source/simplify-deep.d.ts | 41 | type SimplifyDeepProperties = SimplifyDeep<Properties1 & Properties2>; |
| LOW | source/schema.d.ts | 21 | attendees: string[]; |
| LOW | source/pick-index-signature.d.ts | 21 | [x: `embedded-${number}`]: string; |
| LOW | source/exclusify-union.d.ts | 101 | // b: number; |
| LOW | lint-rules/validate-jsdoc-codeblocks.test.js | 701 | type Bar = Simplify<Foo>; |
| LOW | lint-rules/validate-jsdoc-codeblocks.test.js | 721 | import type {AllExtend} from 'type-fest'; |
| LOW | lint-rules/validate-jsdoc-codeblocks.test.js | 841 | // a: Pick<{ |
| LOW | lint-rules/validate-jsdoc-codeblocks.test.js | 861 | //=> {a: {b: Pick<{c: Pick<{d: 1}, 'd'>}, 'c'>}} |
| LOW | lint-rules/validate-jsdoc-codeblocks.test.js | 1361 | // a: { |
| LOW | lint-rules/test-utils.js | 141 | ``` |
| LOW | lint-rules/test-utils.js | 201 | @example |
| LOW | lint-rules/test-utils.js | 241 | exportTypeAndOption('// Some comment', '/**\nSome JSDoc\n*/'); |
| LOW | test-d/set-parameter-type.ts | 41 | expectType<(a: string) => null>(test5); |
| LOW | test-d/keys-of-union.ts | 81 | type Test9<T extends object> = Assignability9<T, KeysOfUnion<T>>; |
| LOW | test-d/int-range.ts | 21 | // declare const negative: IntRange<-1, 1>; |
| LOW | test-d/simplify.ts | 61 | // id: string; |