solana/web3.js-experimental/src/doThing.browser.ts

4 lines
92 B
TypeScript

export default function doThing() {
return 'This is the browser fork of `doThing()`';
}