UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

6 lines (5 loc) 170 B
export declare function extractNpmPublishJsonData(str: string): { beforeJsonData: string; jsonData: Record<string, unknown> | null; afterJsonData: string; };