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

4 lines
89 B
TypeScript

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