UNPKG

pocketsmith

Version:

PocketSmith api wrapper for Node.

6 lines (5 loc) 184 B
export function NotInMeContext(): Error { return new Error( "PocketSmith: Please init a `me` PocketSmith inistance. Eg: (new PocketSmith('token')).init().then(() => { ... })" ); }