UNPKG

@autorest/test-utils

Version:

Set of testing utils that are used across packages

10 lines 327 B
import { DataHandle } from "@azure-tools/datastore"; /** * Create a data handle from some string content. * @param content Content of the file * @returns DataHandle. */ export declare function createDataHandle(content: string, props?: { name?: string; }): DataHandle; //# sourceMappingURL=data-store-test-utils.d.ts.map