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

4 lines
92 B
TypeScript
Raw Normal View History

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