UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

6 lines (5 loc) 157 B
import { TypedLogEntry } from "./entities/TypedLogEntry"; export declare class CustomLogger { constructor(); log(entry: TypedLogEntry): void; }