spacer
Skip to content

@pnp/core

npm version

The common modules provides a set of utilities classes and reusable building blocks used throughout the @pnp modules. They can be used within your applications as well.

Getting Started

Install the library and required dependencies

npm install @pnp/core --save

Import and use functionality, see details on modules below.

import { getGUID } from "@pnp/core";

console.log(getGUID());

Exports