Skip to content

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

ParameterTypeDescription
pkgPackageJsonthe given package

Returns

pkg is TheemoPackage

true if it is a Theemo package, otherwise false