Skip to content

Commit

Permalink
See no evil
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jan 3, 2021
1 parent 6560c29 commit 4e3d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts41/get.d.ts
Expand Up @@ -2,7 +2,7 @@ import {Split} from './utilities';
import {StringDigit} from '../source/utilities';

/**
Like @see Get but receives an array of strings as a path parameter.
Like the `Get` type but receives an array of strings as a path parameter.
*/
type GetWithPath<BaseType, Keys extends readonly string[]> =
Keys extends []
Expand Down

0 comments on commit 4e3d34a

Please sign in to comment.