node-mac-auth
node-mac-auth copied to clipboard
Add Typescript typings
trafficstars
Hello,
Can you add TypeScript typings and publish them to the npmjs repo?
Here are the typings:
declare module 'node-mac-auth' {
export function promptTouchID(params: { reason: string; reuseDuration?: number }): Promise<void>;
export function canPromptTouchID(): boolean;
}