Files
archy/apps/did-wallet/node_modules/protons-runtime/dist/src/utils/writer.d.ts
T

6 lines
159 B
TypeScript
Raw Normal View History

import type { Writer } from '../index.js';
/**
* Creates a new writer
*/
export declare function createWriter(): Writer;
//# sourceMappingURL=writer.d.ts.map