SafeMethods.d.ts 134 B

1234
  1. import { FilterFunction } from './safe.js';
  2. export declare const SafeMethods: {
  3. [name: string]: FilterFunction<any, any, any>;
  4. };