UNPKG

datocms-plugin-record-comments

Version:

A plugin that allows you and your project collaborators to leave comments under a record

4 lines 90 B
declare module 'md5' { function md5(input: string): string; export default md5; }