-
-
Save pieh/273d2341d3623a55b33069260e6fdaac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const blobModule = require(`@netlify/blobs`); | |
console.log({ blobModule }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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