UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines (8 loc) 239 B
const ERROR_MESSAGE = 'This module cannot be run in a browser.'; function toStream(dot, options) { throw new Error(ERROR_MESSAGE); } function toFile(dot, path, options) { throw new Error(ERROR_MESSAGE); } export { toFile, toStream };