UNPKG

@practicaloptimism/uniplexer

Version:

A multiplexer for 3rd party service providers and application protocols

11 lines (8 loc) 293 B
import { VerifyKeyFormat } from '../../../@utility/data-structures/asymmetric-cryptography' const verifyKeyFormat: VerifyKeyFormat = verifyKeyFormatFunction function verifyKeyFormatFunction (_key: string): Promise<boolean[]> { return Promise.resolve([true]) } export { verifyKeyFormat }