UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

6 lines (5 loc) 123 B
export class NoAuthSigner { async sign(httpRequest, identity, signingProperties) { return httpRequest; } }