UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

7 lines (6 loc) 262 B
import { iConfigInfo } from './types/config.typs'; /** Entry point must call config to initialize this. Always access .i property to get the latest project data */ export declare class CommonConfig { private constructor(); static get i(): iConfigInfo; }