UNPKG

@tywalk/pcf-helper

Version:

Command line helper for building and publishing PCF controls to Dataverse.

7 lines (6 loc) 237 B
export * from './build-pcf'; export * from './import-pcf'; export * from './init-pcf'; export * from './upgrade-pcf'; export * from './session-pcf'; export declare const setLogLevel: (level: "debug" | "info" | "warn" | "error") => void;