shrub/pkg/npm/api/deps.d.ts

9 lines
148 B
TypeScript
Raw Normal View History

2021-06-10 05:01:25 +03:00
declare module 'urbit-ob' {
2021-06-10 05:01:25 +03:00
/**
* Convert a @p-encoded string to a decimal-encoded string.
*/
function patp2dec(name: string): string
}