Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
makeGuid.d.ts 161 B
/**
 * guids are used to uniquely identify groups and features
 * @returns {string} a new guid
 */
declare function makeGuid(): string;
export default makeGuid;