UNPKG

ts-mls

Version:

[![CI](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml/badge.svg)](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/ts-mls.svg)](https://badge.fury.io/js/ts-mls) [![Coverage Status](https://co

11 lines 324 B
function createCustomCredentialType(credentialId) { return credentialId.toString(); } export function createCustomCredential(credentialId, data) { const result = { credentialType: createCustomCredentialType(credentialId), data, }; return result; } //# sourceMappingURL=customCredential.js.map