UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

8 lines 224 B
/** * Makes string safe for use as an identifier * * @param str - The string to make safe * @returns The safe string */ export declare function makeIdSafe(str: string): string; //# sourceMappingURL=make-id-safe.d.ts.map