Skip to content

Commit 35ee919

Browse files
committed
Remove confusing description
1 parent f9fc33f commit 35ee919

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

classcat.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ export interface ClassArray extends Array<Class> {}
88

99
export type Class = string | number | ClassObject | ClassArray
1010

11-
/**
12-
* A number, string, object or array. Objects consist of className/value pairs. Arrays are recursively reduced, therefore elements can be of any type aforementioned. [Truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy) values are added to the output, [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) values are ignored.
13-
*
14-
* @param names
15-
*/
1611
export default function(names: Class): string

0 commit comments

Comments
 (0)