UNPKG

@gdgt/hlsl-loader

Version:

Webpack loader for using HLSL in WebGL 2.0

13 lines 361 B
/// <reference types="node" /> /** * Runs a given command and passes a buffer to stdin * * @param command - The command to run * @param stdin - The buffer to pass to stdin * @internal */ export default function execWithStdin(command: string, stdin: Buffer): Promise<{ stdout: string; stderr: string; }>; //# sourceMappingURL=execWithStdin.d.ts.map