summaryrefslogtreecommitdiff
path: root/src/server/api/common/is-native-token.ts
blob: 22af84aad26ccc3113305f5e3ee989396c52116a (plain)
1
export default (token: string) => token.startsWith('0');