UNPKG

ton3-liteclient

Version:
6 lines (4 loc) 126 B
import * as crc from 'crc-32'; export function crc32(value: string) { return crc.str(value.trim().replace(/[()]/g, '')); }