mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
|
|
declare module "urbit-ob" {
|
|
|
|
/**
|
|
* Convert a @p-encoded string to a decimal-encoded string.
|
|
*/
|
|
function patp2dec(name: string): string
|
|
}
|