forked from trent_larson/crowd-funder-for-time-pwa
- Added registration attempt to TypeScript DID generator to match Python version - Added node-fetch and types for HTTP request - Both scripts now show same UNREGISTERED_USER error from server - Cleaned up package.json devDependencies formatting
3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
declare type AudioSampleFormat = any;
|
|
declare type EncodedAudioChunkType = any;
|
|
declare type ImageBufferSource = any;
|