utils.d.ts 76 B

1
  1. export declare const isSubPath: (parent: string, child: string) => boolean;