mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add definitions for boolify-string
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// Type definitions for boolify-string
|
||||
// Project: https://github.com/sanemat/node-boolify-string
|
||||
// Definitions by: Tobias Henöckl <http://www.sisyphus.de/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
declare module "boolify-string" {
|
||||
function boolifyString(obj: any): boolean;
|
||||
export = boolifyString;
|
||||
}
|
||||
Reference in New Issue
Block a user