UNPKG

@gotamedia/oc

Version:

Set of OC helper for NodeJs Runtime.

4 lines (3 loc) 151 B
declare const getObject: (uuid: string) => Promise<string>; declare const getImage: (uuid: string) => Promise<string>; export { getObject, getImage };