Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / forms / deps / __match.d.ts
Size: Mime:
declare function test(pattern: RegExp | Function | {
    test: (eh: any) => boolean;
}, x?: any): any;
export { test };
export default test;