Sha256: 8e4cd6707ff2b66acb9afd616655326d362d9698730e75061d4117b8e84c8006
Contents?: true
Size: 206 Bytes
Versions: 26
Compression:
Stored size: 206 Bytes
Contents
type Handler = Function; declare function getHandler(filename: string, name: string): Promise<Handler | null>; declare function throwInNextTick(error: Error): void; export { getHandler, throwInNextTick };
Version data entries
26 entries across 26 versions & 1 rubygems