verifiablecredentials-crypto-sdk-typescript-keys
Version:
Package for managing keys in the DID space.
11 lines • 519 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
describe('index', () => {
it('should find DevSupport', async () => {
expect(1).toEqual(1);
});
});
//# sourceMappingURL=index.spec.js.map
;