Theemo / @theemo/theme / isTheemoPackage
Function: isTheemoPackage()
ts
function isTheemoPackage(pkg): pkg is TheemoPackage;
Defined in: package.ts:46
Checks if the given package is a Theemo package
Parameters
Parameter | Type | Description |
---|---|---|
pkg | PackageJson | the given package |
Returns
pkg is TheemoPackage
true
if it is a Theemo package, otherwise false