This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/@hapi/marker/lib/index.d.ts
2019-08-11 20:48:02 +02:00

14 lines
237 B
TypeScript
Executable file

declare const marker: {
/**
Generates a shared symbol.
@param subject - The symbol subject.
@return A symbol matching the subject.
*/
(subject: string): symbol;
default: typeof marker;
};
export = marker;