UNPKG

@openzeppelin/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

10 lines 457 B
/// <reference types="node" /> export interface ByteMatch { start: number; length: number; captureLengths: number[]; } export declare function matchBuffer(buf: Buffer, re: RegExp): ByteMatch | undefined; export declare function matchBufferFrom(buf: Buffer, re: RegExp, index: number): ByteMatch | undefined; export declare function matchBufferAt(buf: Buffer, re: RegExp, index: number): ByteMatch | undefined; //# sourceMappingURL=match.d.ts.map