UNPKG

@dioxide-js/silas

Version:

RPC utility for Silas

11 lines (9 loc) 264 B
export * from './buffer' export * from './string' export * from './validator' export * from './extractPublicKey' export * from './getAddressShardIndex' export * from './address' export const isUndefined = (input: any) => { return typeof input === 'undefined' }