Skip to content

Commit

Permalink
Remove confusing description
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Jun 27, 2019
1 parent f9fc33f commit 35ee919
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions classcat.d.ts
Expand Up @@ -8,9 +8,4 @@ export interface ClassArray extends Array<Class> {}

export type Class = string | number | ClassObject | ClassArray

/**
* 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.
*
* @param names
*/
export default function(names: Class): string

0 comments on commit 35ee919

Please sign in to comment.