fix linting
This commit is contained in:
parent
8f225a76ee
commit
1e58b1bf76
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export function isNullish(value: unknown): boolean {
|
||||||
/**
|
/**
|
||||||
* Checks if a value is of type ContainerWidth
|
* Checks if a value is of type ContainerWidth
|
||||||
*/
|
*/
|
||||||
export function isContainerWidth(string: any): string is ContainerWidth {
|
export function isContainerWidth(string: string): string is ContainerWidth {
|
||||||
return (
|
return (
|
||||||
string === 'narrower' ||
|
string === 'narrower' ||
|
||||||
string === 'narrow' ||
|
string === 'narrow' ||
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue