using Bridge; namespace LearnBridgeNet { [External, Name("_"), Convention(Notation.CamelCase, ConventionTarget.All)] internal static class LodashTypeDefine { [External] public static extern T Debounce<T>(T action, int delay); } }