https://github.com/phi-ag/ifc-guid
Convert IFC GUID
https://github.com/phi-ag/ifc-guid
guid ifc uuid
Last synced: 3 months ago
JSON representation
Convert IFC GUID
- Host: GitHub
- URL: https://github.com/phi-ag/ifc-guid
- Owner: phi-ag
- License: mit
- Created: 2025-05-09T17:58:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T00:14:00.000Z (about 1 year ago)
- Last Synced: 2025-06-14T01:23:30.621Z (about 1 year ago)
- Topics: guid, ifc, uuid
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @phi-ag/ifc-guid
[](https://www.npmjs.com/package/@phi-ag/ifc-guid)
[](https://app.codecov.io/github/phi-ag/ifc-guid)
[](https://www.npmjs.com/package/@phi-ag/ifc-guid)
[](https://www.npmjs.com/package/@phi-ag/ifc-guid)
Convert [IFC GUID](https://technical.buildingsmart.org/resources/ifcimplementationguidance/ifc-guid/)
## Usage
pnpm add @phi-ag/ifc-guid
### Example
```ts
import { fromIfcGuid, toIfcGuid } from "@phi-ag/ifc-guid";
toIfcGuid("1f41ae2a-fae2-482c-99a9-11070ec1df8f");
// => 0VGQug_k98B9cf4GSEmT_F
fromIfcGuid("01bhO9fsz_RxNh9a_y9jls");
// => 0196b609-a76f-7e6f-b5eb-264fbc26dbf6
```