jormungandr-bite/src/server/api/common/is-native-token.ts

2 lines
57 B
TypeScript
Raw Normal View History

2019-04-08 05:29:52 -06:00
export default (token: string) => token.startsWith('0');