Skip to content

jwanner83/liferay-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typings for Liferay

Package which provides typing support for the global available Liferay JavaScript object. It isn't actually published to a public repository yet, but we use it in a similar version at our own company through a private nexus.

Usage

  1. Install the package as a devDependency
yarn add -D @liferay/types
  1. Add it to the include array in your tsconfig.json
{
  "include": [
    "node_modules/@parl/types/index.d.ts"
  ]
}
  1. Profit

img.png

About

Typings for the global Liferay object

Topics

Resources

License

Stars

Watchers

Forks