UNPKG

saepequia

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

7 lines (6 loc) 174 B
declare module 'rollup-pluginutils' { export function createFilter( include?: string | string[], exclude?: string | string[] ): (testValue: string) => boolean; }