Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 934 Bytes

index.md

File metadata and controls

34 lines (22 loc) · 934 Bytes

@pnp/common

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/common --save

Import and use functionality, see details on modules below.

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

console.log(getGUID());

Exports

UML

Graphical UML diagram

Graphical UML diagram of @pnp/common. Right-click the diagram and open in new tab if it is too small.