main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
393 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | import { UUIDTypes } from './types.js';
|
---|
| 2 | export { DNS, URL } from './v35.js';
|
---|
| 3 | declare function v3(value: string | Uint8Array, namespace: UUIDTypes, buf?: undefined, offset?: number): string;
|
---|
| 4 | declare function v3(value: string | Uint8Array, namespace: UUIDTypes, buf: Uint8Array, offset?: number): Uint8Array;
|
---|
| 5 | declare namespace v3 {
|
---|
| 6 | var DNS: string;
|
---|
| 7 | var URL: string;
|
---|
| 8 | }
|
---|
| 9 | export default v3;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.