Skip to content

Instantly share code, notes, and snippets.

@pieh

pieh/test.cjs Secret

Created October 13, 2023 08:28
Show Gist options
  • Save pieh/273d2341d3623a55b33069260e6fdaac to your computer and use it in GitHub Desktop.
Save pieh/273d2341d3623a55b33069260e6fdaac to your computer and use it in GitHub Desktop.
const blobModule = require(`@netlify/blobs`);
console.log({ blobModule });
import * as blobModule from "@netlify/blobs";
console.log({ blobModule });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment