UNPKG

@salesforce/apex-node

Version:

Salesforce JS library for Apex

9 lines (8 loc) 249 B
import type { AnyJson } from '@salesforce/ts-types'; /** * Method to save a file on disk. * * @param filePath path where to * @param fileContent file contents */ export declare function createFile(filePath: string, fileContent: AnyJson): void;