@0xpolygonid/js-sdk
Version:
SDK to work with Polygon ID
10 lines • 347 B
TypeScript
export * from './packageManager';
export * from './packers';
export * from './types';
export * from './handlers';
export * from './utils';
export * from './services';
import * as PROTOCOL_CONSTANTS from './constants';
import * as notification from './notifications';
export { PROTOCOL_CONSTANTS, notification };
//# sourceMappingURL=index.d.ts.map