UNPKG

@grnsft/if

Version:

Impact Framework

4 lines (3 loc) 187 B
import { ConfigParams } from '@grnsft/if-core/types'; import { Generator } from '../interfaces'; export declare const RandIntGenerator: (name: string, config: ConfigParams) => Generator;