mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-04-23 01:16:26 +02:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
declare function mergePath(basePaths: (string | null)[], path: string): any;
|