You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pathfind.d.ts 233B

12345
  1. import { GetPaths, PathFind } from './pathfind-types';
  2. import { RippleAPI } from '..';
  3. declare function getPaths(this: RippleAPI, pathfind: PathFind): Promise<GetPaths>;
  4. export default getPaths;
  5. //# sourceMappingURL=pathfind.d.ts.map