UNPKG

ox

Version:

Ethereum Standard Library

9 lines 320 B
/** @internal */ export declare function execTyped<type>(regex: RegExp, string: string): type | undefined; /** @internal */ export declare const bytesRegex: RegExp; /** @internal */ export declare const integerRegex: RegExp; /** @internal */ export declare const isTupleRegex: RegExp; //# sourceMappingURL=regex.d.ts.map