mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +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
|
||
|
}
|