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

4 lines
97 B
TypeScript

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