mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-25 07:52:59 +03:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
|
declare module 'urbit-ob' {
|
||
|
export function isValidPatp(patp: string): boolean;
|
||
|
}
|