package-json-type
Preparing search index...
IAuthor
Interface IAuthor
Package author information.
See
https://docs.npmjs.com/files/package.json#people-fields-author-contributors
https://yarnpkg.com/en/docs/package-json#toc-author
interface
IAuthor
{
email
?:
string
;
name
:
string
;
url
?:
string
;
}
Index
Properties
email?
name
url?
Properties
Optional
email
email
?:
string
name
name
:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
name
url
package-json-type
Loading...
Package author information.
See